usaa24/cv1/program.c

7 lines
159 B
C
Raw Normal View History

2024-09-30 13:19:08 +00:00
#include <stdlib.h>
int main(){
2024-09-30 13:21:10 +00:00
printf("Hello World!!!!\n");
printf("Dima is the best friend adn Lena is his gourgeus girlfriend!\n");
2024-09-30 13:19:08 +00:00
return 0;
}