Files
huhuhu_config/config_files/skeleton_main.cpp

7 lines
65 B
C++

#include <iostream>
#include <string>
int main() {
return 0;
}