annotate src/hello.c @ 0:53676d1f5817 default tip

firsh commit
author tobaru
date Sun, 04 Feb 2018 17:54:49 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
1 #include <gnu/stubs-32.h>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
2 main(){
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
3 printf("hello");
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
4 }
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
5