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

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;
}