wacc/main.c
2023-02-11 20:14:13 +01:00

4 lines
64 B
C

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