Delete emu.c

This commit is contained in:
ArthurFerreira2 2019-03-05 21:07:06 +01:00 committed by GitHub
parent 92097f1b81
commit f8f6a6bdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

9
emu.c
View File

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