Files
hakorune/examples/simple_math.hako

6 lines
105 B
Plaintext

print("Hello from simple_math.hako")
x = 10
y = 20
result = x + y
print("Simple calculation: " + result)