Created
August 21, 2018 02:03
-
-
Save DazWilkin/6ef2d21f951a81b2f193dc048d16bdb8 to your computer and use it in GitHub Desktop.
Cloud Build is not just for containers
This file contains hidden or 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 example; | |
public class HelloHenry { | |
public static void main(String[] args) { | |
System.out.println("Hello Henry!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment