mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 18:03:03 +02:00
7 lines
79 B
C++
7 lines
79 B
C++
|
|
#include <iostream>
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
std::cout << "hello world 2";
|
||
|
|
return 0;
|
||
|
|
}
|