🎉 init(repo): first git commit

This commit is contained in:
yangwei
2022-07-05 19:48:31 +08:00
commit 4ca8c002ee
10 changed files with 1471 additions and 0 deletions

3
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_executable(vapp
main
)

4
src/main.cc Normal file
View File

@@ -0,0 +1,4 @@
int main(int argc, char ** argv)
{
return 0;
}