Files
lab_informatika_Novikov_Met…/first.cpp
2026-03-11 20:58:18 +03:00

9 lines
91 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;
}