forked from solstice/solstice
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
struct dingus {
|
|
x = 5
|
|
y = "dingus"
|
|
}
|
|
|
|
e = new dingus
|
|
puts e
|
|
puts dingus
|