Files
GroundPY/test.c
2025-09-07 11:58:01 +10:00

5 lines
72 B
C

#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}