Add files via upload

This commit is contained in:
ArthurFerreira2 2018-08-07 00:33:17 +02:00 committed by GitHub
parent 1e0dd8fac4
commit f6c344f8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
emu.c Normal file
View File

@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
return EXIT_SUCCESS;
}