summaryrefslogtreecommitdiffhomepage
path: root/src/recode.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-01-24 18:48:42 +0100
committerRoland Reichwein <mail@reichwein.it>2021-01-24 18:48:42 +0100
commit5f7ae62649c79683597e33af673ae1dcf5267917 (patch)
treefd84b19959ec3880a171ad512910eab522060058 /src/recode.cpp
Initial commit: Non working initial code
Diffstat (limited to 'src/recode.cpp')
-rw-r--r--src/recode.cpp4
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;
+}