Skip to content

Instantly share code, notes, and snippets.

@nghitruongdev
Created August 25, 2021 01:53
Show Gist options
  • Select an option

  • Save nghitruongdev/3c573b53a4a0d01a409c39d7a9f91be3 to your computer and use it in GitHub Desktop.

Select an option

Save nghitruongdev/3c573b53a4a0d01a409c39d7a9f91be3 to your computer and use it in GitHub Desktop.

Revisions

  1. nghitruongdev created this gist Aug 25, 2021.
    7 changes: 7 additions & 0 deletions CoffeeMachine.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    package machine;

    public class CoffeeMachine {
    public static void main(String[] args) {
    System.out.println("Hello World!");
    }
    }