Created
August 25, 2016 21:06
-
-
Save jwill/87c2553087286546781fd34050ddeaf6 to your computer and use it in GitHub Desktop.
Generated Hello World using JavaPoet and Groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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