mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 01:35:23 +00:00
7 lines
81 B
C
7 lines
81 B
C
#include <stdio.h>
|
|
|
|
int my_main() {
|
|
fprintf(stdout, "Hello!\n");
|
|
return 0;
|
|
}
|