123/Source.c

5 lines
58 B
C
Raw Normal View History

2024-11-18 09:06:13 +04:00
#include<stdio.h>
void main() {
printf("hello world");
}