index
:
gexp-make
main
Proof-of-concept G-expression based Make-like build tool
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello-world
/
hello.c
blob: 05ce1205d0918ecb6e2f58da26d5ea20fab39a6c (
about
) (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
()
{
printf
(
"Hello world!
\n
"
);
return
0
;
}