Tested merging feature branches

This commit is contained in:
Abreu 2021-08-26 17:49:47 -03:00
parent 50a85ff6d4
commit fb34cc08c8
No known key found for this signature in database
GPG Key ID: 64835466FF55F7E1
1 changed files with 10 additions and 0 deletions

10
2020/01/fix_wine.c Normal file
View File

@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
int main () {
/* variables */
/* code */
return 0;
}