fuck me
This commit is contained in:
@@ -6,8 +6,12 @@ struct Human {
|
||||
}
|
||||
|
||||
export func main(args: []^string) {
|
||||
let human = alloc Human {
|
||||
age = 23
|
||||
let human = [1]Human
|
||||
|
||||
human[0] = alloc Human {
|
||||
name = "oliver"
|
||||
age = 123
|
||||
}
|
||||
|
||||
c::printf("%s\n", human[1].name)
|
||||
}
|
||||
Reference in New Issue
Block a user