2014-07-18 08:52:15 -07:00
|
|
|
/* Comment first! */
|
2014-12-30 01:22:09 -05:00
|
|
|
import io:*;
|
2014-07-18 08:52:15 -07:00
|
|
|
|
2014-08-01 00:45:48 -07:00
|
|
|
|int| main() {
|
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
|
|
|
}
|