Sign in
apache
/
netbeans
/
d9f098ad1cb2e77225026489c960db1f067c2aa9
/
.
/
java
/
java.api.common
/
test
/
unit
/
data
/
files
/
TestSingleJavaFile.java
blob: b6390a6a301eb2f407f4f06fc573b74b91cbd513 [
file
] [
log
] [
blame
]
public
class
TestSingleJavaFile
{
public
static
void
main
(
String
args
[])
{
System
.
out
.
print
(
"hello world"
);
}
}