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