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-with-multiple-source-files
/
print.c
blob: 1630d29eb48b1d6839564b84f71026d9188e7c1b (
about
) (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
void
print
()
{
printf
(
"Hello world!
\n
"
);
}