mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
55b8472374
verbose compiler output is now behind --verbose flag
8 lines
127 B
C
8 lines
127 B
C
#include "mathtest.h"
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
printf("%d\n", add(42, 1137));
|
|
return 0;
|
|
}
|