123/Source.c
Адель Алимов 13be8d55c5 123
2024-11-18 09:06:13 +04:00

5 lines
58 B
C

#include<stdio.h>
void main() {
printf("hello world");
}