mirror of
https://github.com/TinyAtoms/mirror-test
synced 2024-12-24 18:04:11 +00:00
5 lines
75 B
C++
5 lines
75 B
C++
#include <iostream>
|
|
|
|
int main(){
|
|
std::cout << "figure it out somehow \n";
|
|
} |