1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

initial commit

This commit is contained in:
Falk Werner
2022-11-12 11:34:51 +01:00
commit 759382d99b
6 changed files with 214 additions and 0 deletions

6
src/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char* argv[])
{
return EXIT_SUCCESS;
}