Rapsys Git
/
youtubedl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Install support files via debhelper instead of setup.py.
[youtubedl]
/
test
/
swftests
/
ConstantInt.as
1
// input: []
2
// output: 2
3
4
package {
5
public class ConstantInt {
6
private static const x:int = 2;
7
8
public static function main():int{
9
return x;
10
}
11
}
12
}