diff --git a/cv1/program.c b/cv1/program.c index 905a255..25296b2 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -1,6 +1,7 @@ #include int main(){ - printf("Hello World!\n"); + printf("Hello World!!!!\n"); + printf("Dima is the best friend adn Lena is his gourgeus girlfriend!\n"); return 0; } \ No newline at end of file