Files
highground/test.high

7 lines
56 B
Plaintext
Raw Normal View History

2025-09-01 20:41:41 +10:00
let dingus = 10
2025-09-01 21:06:05 +10:00
if "test" == "test"
end
2025-09-01 20:41:41 +10:00
print(dingus)