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