Skip to content

Instantly share code, notes, and snippets.

@jwill
Created August 25, 2016 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwill/87c2553087286546781fd34050ddeaf6 to your computer and use it in GitHub Desktop.
Save jwill/87c2553087286546781fd34050ddeaf6 to your computer and use it in GitHub Desktop.
Generated Hello World using JavaPoet and Groovy
package com.udacity.javand;
public class CodeClass1471932125479 {
public static void studentCode() {
System.out.println("Hello, World!");
}
public static void solutionCode() {
System.out.println("Java Rocks!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment