mirror-test/main.cpp

5 lines
75 B
C++
Raw Permalink Normal View History

2022-03-28 14:18:26 +00:00
#include <iostream>
int main(){
2022-03-28 19:06:00 +00:00
std::cout << "figure it out somehow \n";
2022-03-28 14:18:26 +00:00
}