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.
Property | Value |
---|---|
Description html markup shown to student | Write a program that prints out <pre> Hello, World </pre> |
Public permissions | |
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 |
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'.