Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created August 21, 2018 02:03
Show Gist options
  • Save DazWilkin/6ef2d21f951a81b2f193dc048d16bdb8 to your computer and use it in GitHub Desktop.
Save DazWilkin/6ef2d21f951a81b2f193dc048d16bdb8 to your computer and use it in GitHub Desktop.
Cloud Build is not just for containers
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