oit_lab4/oit_lab/FileName.cpp
2024-11-21 09:14:18 +04:00

6 lines
60 B
C++

#include<stdio.h>
//2
//3
void main() {
printf("Hello!");
}