XLang Sandbox
XLang Home
Quick Ref
Sample:
primes
matcher (precompute)
phrasebook (unbound)
hello world
ackermann
ackermann (iter)
bubblesort
fibonacci
fibonacci (iter)
quicksort
tower of hanoi
owned references
loop unrolling
weather station (traits)
Output:
Exec + Errors
Execution
Errors
Runtime P-Code
All
Editor
(Ctrl+Enter to run)
// "Hello world" sample program int64 main() { std.println("Hello, World!"); }
▶
Input (stdin)
Output
Output Type: All