mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
7 lines
71 B
C
7 lines
71 B
C
#include <stdio.h>
|
|
|
|
int non_main() {
|
|
printf("%d", 42);
|
|
return 0;
|
|
}
|