index
:
libcolonq
master
C project monorepo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json
/
src
/
main.c
blob: a7bf8c4de8683493dd764354ffc5a14e830bc700 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { puts("hello computer"); return 0; }