65oo2/vm/main.c

9 lines
101 B
C

#include <stdlib.h>
#include <stdio.h>
int
main(int argc, char **argv)
{
return (EXIT_SUCCESS);
}