6 lines
61 B
Plaintext
Vendored
6 lines
61 B
Plaintext
Vendored
package test
|
|
|
|
fun foo(): String {
|
|
return "Hello, world!"
|
|
}
|