Files
highground-fork/tests/struct.sols

9 lines
80 B
Plaintext
Raw Normal View History

2026-01-25 17:40:07 +11:00
struct dingus {
x = 5
y = "dingus"
2026-01-25 17:40:07 +11:00
}
e = new dingus
puts e
puts dingus