Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
Tests
/
Java
/
A.java
blob: b7fdb498e09233299cbd022524bf661d41944149 [
file
]
class
A
{
public
A
()
{
}
public
void
printName
()
{
System
.
out
.
println
(
"A"
);
}
}