Test1/main.cpp

10 lines
114 B
C++

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