index
:
cook
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
hai.c
blob: 25c25aeb62dbdc35c7eaf5dddf86768cd3331b50 (
plain
)
1
2
3
4
5
6
7
#include "hai.h" #include <stdio.h> void hai() { printf("lol\n"); }