index
:
crep
master
If grep and etags had a baby
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
blob: cde3c1a4af247d7861cb059053c38835710a8fbc (
plain
)
1
2
3
4
5
6
#include <stdio.h>
int
main
() {
printf
(
"Hi Mark!
\n
"
);
return
0
;
}