2014-07-18 08:52:15 -07:00
|
|
|
/* Comment first! */
|
2016-04-30 15:38:28 -04:00
|
|
|
import io:*;
|
2014-07-18 08:52:15 -07:00
|
|
|
|
2015-05-09 06:24:56 -04:00
|
|
|
fun main(): int {
|
2015-03-25 15:59:49 -04:00
|
|
|
println(1337) /*how bout now*/
|
|
|
|
|
println(42) //or now
|
2014-07-18 08:52:15 -07:00
|
|
|
return 0;
|
2015-03-25 15:59:49 -04:00
|
|
|
//hmm
|
2014-07-18 08:52:15 -07:00
|
|
|
}
|