stack_vm/main.c

6 lines
55 B
C

#include "./run.h"
#include "./stack.h"
int main()
{
}