Statistics
| Branch: | Revision:

root / tests / alpha / hello-alpha.c @ df0fc998

History | View | Annotate | Download (59 Bytes)

1
int main (void)
2
{
3
  write (1, "hello\n", 6);
4
  return 0;
5
}