hoymilesClient/src/main.cpp

8 lines
82 B
C++
Raw Normal View History

2024-03-12 23:26:23 +01:00
#include <iostream>
int main(){
std::cout << "Hello world";
return 0;
}