workspace/main.c
2026-03-17 08:40:44 +09:00

6 lines
69 B
C

#include <stdio.h>
int main() {
printf("Temp");
return 0;
}