index
:
games/hyperspace.git
master
enter the hyperspace
ilotterytea
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: 5368eaee2909a8fcb78a1f497d58948eae6d2c75 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char *argv[]) { printf("hi world!\n"); return 0; }