1/main.c

4 lines
33 B
C
Raw Normal View History

2024-11-19 15:48:25 +04:00
void main() {
2024-11-19 16:08:51 +04:00
printf("Hello")
}