make compile

This commit is contained in:
Lukas Gravley 2020-08-06 08:24:02 -05:00 committed by GitHub
parent 0b80e1f288
commit 680a1e93f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ class java_bad_1 // first letter of classname is not capitalized
public static void main(String args[])
{
System.out.println("Hello, World)
System.out.println("Hello, World")
}
}