diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-24 18:48:42 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-24 18:48:42 +0100 |
commit | 5f7ae62649c79683597e33af673ae1dcf5267917 (patch) | |
tree | fd84b19959ec3880a171ad512910eab522060058 /src/recode.cpp |
Initial commit: Non working initial code
Diffstat (limited to 'src/recode.cpp')
-rw-r--r-- | src/recode.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/recode.cpp b/src/recode.cpp new file mode 100644 index 0000000..8927fe4 --- /dev/null +++ b/src/recode.cpp @@ -0,0 +1,4 @@ +int main(int argc, char* argv[]) +{ + return 0; +} |