Files
ivy/doc/sample/Simple.im

10 lines
100 B
Plaintext
Raw Permalink Normal View History

2026-01-19 14:20:04 +00:00
package net.doorstuck.test
2026-01-19 14:20:04 +00:00
use std.io
2026-01-19 14:20:04 +00:00
y = 32 * 64.
z = 64 / 4.
x = y + z.
2026-01-19 14:20:04 +00:00
cout put:'Answer: {x}'