mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 19:23:08 +00:00
7 lines
71 B
C
7 lines
71 B
C
#include <stdio.h>
|
|
|
|
int non_main() {
|
|
printf("%d", 42);
|
|
return 0;
|
|
}
|