boilerplate's down
This commit is contained in:
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, C++23 with Clang and submodules!\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
0
src/utils.cpp
Normal file
0
src/utils.cpp
Normal file
0
src/utils.hpp
Normal file
0
src/utils.hpp
Normal file
Reference in New Issue
Block a user