๐
C4
Interpreter
โ
scanlines
Classic Green
Amber CRT
Cool Cyan
โ load example โ
Hello World
Fibonacci
Factorial
Echo Args
Pointers & Memory
File Reader
7 lines ยท 128 chars
1
2
3
4
5
6
7
#include <stdio.h> int main() { printf("Hello, C4 world!\n"); printf("A tiny C compiler in your browser.\n"); return 0; }
$ c4
[ โถ run ]
[ reset ]
-s
-d
[ share ]
// output appears here. // press โถ run or Ctrl/Cmd+Enter. // Ctrl/Cmd+K clears.
โ
๐ virtual filesystem (1 files)
โผ
๐ C4 reference โ supported C subset & VM opcodes
โผ