Rapsys Git
/
youtubedl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
debian/changelog: Annotate with bug being closed.
[youtubedl]
/
test
/
swftests
/
StringBasics.as
1
// input: []
2
// output: 3
3
4
package {
5
public class StringBasics {
6
public static function main():int{
7
var s:String = "abc";
8
return s.length;
9
}
10
}
11
}