index
:
drvo
full-dts-compile
master
23-24 b12 drvo: weekopdrachten, eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2
/
test
/
main.c
blob: 04ce43432c3396f59e32049254d7ecfc917c3da1 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"Hello world!
\n
"
);
return
0
;
}