Repositories
ยป
probe
: Just testing things
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
probe
/
zig-elf
/ elf.c (
raw
)
1
#include
<stdio.h>
2
3
int
main(
void
) {
4
printf(
"Oh, hi Mark!
\n
"
);
5
return
0;
6
}