tangled
alpha
login
or
join now
stau.space
/
c-template
0
fork
atom
Basic C project template.
0
fork
atom
overview
issues
pulls
pipelines
c-template
/
src
/
main.c
at
main
5 lines
62 B
view raw
wrap content
stau.space
feat: Add template files.
6mo ago
e8fc1464
1
#
include
<stdio.h>
2
3
int
main
(
)
{
4
printf
(
"
Hello world!
\n
"
)
;
5
}