C+
C+ Playground loading…
main.cplussingle-file · Run is i32 / #println only (E1900 otherwise)
Press Run to execute, or Check & IR to type-check and read the LLVM IR.

The whole language type-checks here. Run executes the i32 core only (integer arithmetic, if / while / loop, #println). Richer programs return E1900. Single-file only; import is E0000.