Skip to content

Instantly share code, notes, and snippets.

@chiquito83
Created April 1, 2022 21:01
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 chiquito83/2fa29f82c75a9b8b08065127f2fef9e2 to your computer and use it in GitHub Desktop.
Save chiquito83/2fa29f82c75a9b8b08065127f2fef9e2 to your computer and use it in GitHub Desktop.
Frogs Application
public class FrogsApplication {
public static void main(String[] args) {
System.out.println("I love frogs!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment