6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
|
print("Hello from simple_math.nyash")
|
||
|
|
|
||
|
|
x = 10
|
||
|
|
y = 20
|
||
|
|
result = x + y
|
||
|
|
print("Simple calculation: " + result)
|