777/Source.c

5 lines
53 B
C
Raw Normal View History

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