wacc/main.c
SimonFJ20 4a61095e39 init
2023-02-11 20:04:15 +01:00

4 lines
64 B
C

#include <stdio.h>
int main(void) { printf("hello world\n"); }