From fb34cc08c849c53f7083f36d842ce50df7de954f Mon Sep 17 00:00:00 2001 From: Abreu Date: Thu, 26 Aug 2021 17:49:47 -0300 Subject: [PATCH] Tested merging feature branches --- 2020/01/fix_wine.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2020/01/fix_wine.c diff --git a/2020/01/fix_wine.c b/2020/01/fix_wine.c new file mode 100644 index 0000000..2497cb2 --- /dev/null +++ b/2020/01/fix_wine.c @@ -0,0 +1,10 @@ +#include +#include + +int main () { + /* variables */ + + /* code */ + + return 0; +}