forgot it...

This commit is contained in:
Lukas Gravley 2020-08-06 08:29:15 -05:00 committed by GitHub
parent 680a1e93f5
commit 4861c10554
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +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");
}
}