depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
shared
/
.config
/
nvim
/
templates
/
boilerplate.c
blob: 949743d725879ead16d9cdb46b231f2eb0c76b95 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
() {
printf
(
"Hello, world!"
);
return
0
;
}