Subset of C language with tree interpreter and bytecode compiler + VM.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

11 rader
114 B

// -*- C -*-
#include <stdio.h>
#include "myfile.c"
int main()
{
printf("hello, world\n");
return 0;
}