mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-27 17:46:20 +00:00
Update default field value syntax; Use more declaration groupings
This commit is contained in:
@@ -14,9 +14,6 @@ import (
|
||||
"utf16.odin";
|
||||
)
|
||||
|
||||
|
||||
proc main() {
|
||||
proc(s: string){
|
||||
fmt.println(s, "world!");
|
||||
}("Hellope");
|
||||
fmt.println("Hellope!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user