🎉 init(repo): first git commit
This commit is contained in:
3
src/CMakeLists.txt
Normal file
3
src/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
add_executable(vapp
|
||||
main
|
||||
)
|
||||
4
src/main.cc
Normal file
4
src/main.cc
Normal file
@@ -0,0 +1,4 @@
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user