8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
import "../b"
|
|
|
|
seed i32 :: 4
|
|
|
|
run func() i32 {
|
|
return b.value
|
|
}
|