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