spl
a Simple Programming Language
Log
|
Files
|
Refs
test.spl (47B)
1
func main() i32 {
2
arr []i8 = "hello world";
3
}