Files
GroundPY/test.c

5 lines
72 B
C
Raw Normal View History

2025-09-07 11:58:01 +10:00
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}