Files
hakorune/local_tests/basic_mir.nyash
2025-08-13 05:59:10 +00:00

5 lines
94 B
Plaintext

// Basic MIR test - minimal scope only
x = 42
y = 10
result = x + y
print("Result: " + result)