Hello world/Line printer: Difference between revisions

(This is correct if I am interpreting "Line Printer" to mean prints to the line on the bottom of your compiler.)
(→‎{{header|Java}}: cleaning up)
Line 90:
 
=={{header|Java}}==
 
<lang java>public class SomeClassName
{
public static void main(String[] args)
{
System.out.println("Hello World");
}
}
</lang>
 
=={{header|Perl}}==
Anonymous user