ConstantInt.as (165B)
- // input: []
- // output: 2
- package {
- public class ConstantInt {
- private static const x:int = 2;
- public static function main():int{
- return x;
- }
- }
- }
git clone https://hacktivis.me/git/mirror/youtube-dl.git
ConstantInt.as (165B)
- // input: []
- // output: 2
- package {
- public class ConstantInt {
- private static const x:int = 2;
- public static function main():int{
- return x;
- }
- }
- }