7 lines
88 B
C
7 lines
88 B
C
#include <stdio.h>
|
|
int main(void) {
|
|
printf("Privet Sashka kak dela");
|
|
return 0;
|
|
}
|
|
|
|
|