diff --git a/main.c b/main.c new file mode 100644 index 0000000000000000000000000000000000000000..3e171369de495373e18b73364c010db5f5d6f7a2 --- /dev/null +++ b/main.c @@ -0,0 +1,7 @@ +func main() { + int x = 3; + + printf("i: %d", x); +} +// comment +WIP