Created
August 25, 2021 01:53
-
-
Save nghitruongdev/3c573b53a4a0d01a409c39d7a9f91be3 to your computer and use it in GitHub Desktop.
Revisions
-
nghitruongdev created this gist
Aug 25, 2021 .There are no files selected for viewing
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 charactersOriginal 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!"); } }