RosettaCodeData/Task/Literals-Integer/Objeck/literals-integer.objeck

8 lines
126 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
bundle Default {
class Literal {
function : Main(args : String[]) ~ Nil {
(727 = 0x2d7)->PrintLine();
}
}
}