7 lines
159 B
C
7 lines
159 B
C
#include <stdlib.h>
|
|
|
|
int main(){
|
|
printf("Hello World!!!!\n");
|
|
printf("Dima is the best friend adn Lena is his gourgeus girlfriend!\n");
|
|
return 0;
|
|
} |