Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
windows_entry_points
main.c
pretty
plain
permalink
blame
history
•
6 lines
•
119 B
1
#include <stdio.h>
2
3
int main(int argc, char *argv[ ], char *envp[ ]) {
4
printf("hello from main\n");
5
return 0;
6
}