RosettaCodeData/Task/Literals-Integer/Objeck/literals-integer.objeck
2023-07-01 13:44:08 -04:00

7 lines
126 B
Text

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