4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
|
fun main(argc: int, argv: **char): int {
|
||
|
|
return 0
|
||
|
|
}
|