8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
self :: import "."
|
|
|
|
value i32 :: 5
|
|
|
|
main :: func() i32 {
|
|
return self.value
|
|
}
|