Blame view

tests/alpha/hello-alpha.c 59 Bytes
aurel32 authored
1
2
3
4
5
int main (void)
{
  write (1, "hello\n", 6);
  return 0;
}