reinette/emu.c

10 lines
111 B
C
Raw Normal View History

2018-08-06 22:33:17 +00:00
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
return EXIT_SUCCESS;
}