This commit is contained in:
nub31
2025-02-04 11:47:25 +01:00
parent 36cc302d99
commit 774dcfa995
4 changed files with 407 additions and 43 deletions

View File

@@ -6,11 +6,9 @@ func main() {
let x = new Human
{
name = "test",
age = i
age = 34958743
};
println(x.age);
i = i + 1;
}
}