index
:
probe
master
Just testing things
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zig-elf
/
elf.c
blob: c0383301818d7e8c8c66b172d000f71665a6dc89 (
plain
)
1
2
3
4
5
6
#include <stdio.h>
int
main
(
void
) {
printf
(
"Oh, hi Mark!
\n
"
);
return
0
;
}