index
:
opoib.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.c
blob: d7ffcbc779742a291c627ea4152f4bb53222954e (
plain
)
1
2
3
4
5
#include <stdio.h> int main() { puts("Hello, world\n"); }