Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created January 14, 2020 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldermoraes/e9688ca1175bd8e0acbade299b6d2d25 to your computer and use it in GitHub Desktop.
Save eldermoraes/e9688ca1175bd8e0acbade299b6d2d25 to your computer and use it in GitHub Desktop.
package coffee.shop;
import coffee.module.Coffee;
public class CoffeeShop {
public static void main(String[] args) {
System.out.println("Enjoy your " + Coffee.name());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment