tangled
alpha
login
or
join now
zachshipko.com
/
zenon-build
0
fork
atom
C build tool of the 21st century
0
fork
atom
overview
issues
pulls
pipelines
zenon-build
/
test
/
parallel-test
/
file2.c
at
main
5 lines
69 B
view raw
wrap content
zachshipko.com
wip: test directory
2mo ago
1aca53cd
1
#
include
<stdio.h>
2
3
void
func2
(
void
)
{
4
printf
(
"
Function 2
\n
"
)
;
5
}