๐
C4 Interpreter
โ
IDLE
โถ Run
โญ Step
โน Stop
๐งน Clear
๐ Examples โพ
๐ Show Bytecode
๐พ Save
๐ Load
Ctrl/โ+Enter to run
source.c
1 2 3 4 5 6
// C4 Hello World int main() { printf("Hello, World!\n"); printf("Welcome to the C4 interpreter %c\n", 33); return 0; }
output console
// output appears here โ press โถ Run