RosettaCodeData/Task/Literals-Integer/Objeck/literals-integer.objeck
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
126 B
Text

bundle Default {
class Literal {
function : Main(args : String[]) ~ Nil {
(727 = 0x2d7)->PrintLine();
}
}
}