DictCall.as (160B)
- // input: [{"x": 1, "y": 2}]
- // output: 3
- package {
- public class DictCall {
- public static function main(d:Object):int{
- return d.x + d.y;
- }
- }
- }
git clone https://hacktivis.me/git/mirror/youtube-dl.git
DictCall.as (160B)
- // input: [{"x": 1, "y": 2}]
- // output: 3
- package {
- public class DictCall {
- public static function main(d:Object):int{
- return d.x + d.y;
- }
- }
- }