index
:
cook
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
hai.c
blob: 7791fbb25ed2d1226a0148d914a21a7a7f4fb593 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }