Not logged in. Log in with GitHub. About Websheets.

List of all available Websheets


Viewing java/00-intro/HelloWorld by redekopp@usc.edu. You have unsaved changes. Log in above to create, edit, preview and publish Websheets.
PropertyValue
Description
html markup
shown to student
 
Write a program that prints out
<pre>
Hello, World
</pre>
Public permissions remove
Engine
Template / Reference solution
 
/*
 * Name: Alan Turing
 * Netid: at12
 * Precept: P63X
 *
 * A program with an existential greeting
 */
public class HelloWorld {
   public static void main(String[] args) {
\[
      System.out.println("Hello, World");
]\
   }
}
Java test suite
See manual
 
   testMain();
Solution visibility remove


Optional properties:

Note: problems are open-source by default (see 'Public permissions'). Assumed license for open problems is Creative Commons 4.0 Attribution-ShareAlike unless specified in 'Remarks'.