mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
func myFunc(a = 1, b = "string") {
|
|
// ...
|
|
}
|