Test1/main.cpp

8 lines
99 B
C++

#include <iostream>
int main() {
std::cout << "hello world" << "\n";
return 0;
}
void dev() { }