Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
c210ab55bcebda93f4e21d6df6e1dca5a5e152c5
/
.
/
test
/
023-many-interfaces
/
src
/
Main.java
blob: 666a41c9fcbfd23cf728f815207133f928d27580 [
file
] [
log
] [
blame
]
public
class
Main
{
static
public
void
main
(
String
[]
args
)
throws
Exception
{
boolean
timing
=
(
args
.
length
>=
1
)
&&
args
[
0
].
equals
(
"--timing"
);
ManyInterfaces
.
run
(
timing
);
}
}