Expand Gotlin language and tooling

This commit is contained in:
pavel 2026-08-27 01:46:57 +02:00
commit de1262b4cf
41 changed files with 6059 additions and 379 deletions

View file

@ -14,7 +14,7 @@ class PrefixGreeter(val prefix: String): Greeter {
}
worker Counter {
val count = 0
var count = 0
fun increment() {
count += 1