6 lines
56 B
C
Raw Normal View History

2025-11-22 16:53:39 +01:00
int main() {
printf("Starting\n");
return 0;
}