index
:
example.git
trunk
an example repository
mo@onkelmo.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wok.c
blob: 0d91cde71d32c0f64eee930e0fed4127ca5baaa8 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h> int main(void) { printf("Hello, world\n"); return 0; }