Skip to content

Instantly share code, notes, and snippets.

@LaurentiuGabriel
Created August 18, 2020 17:42
Show Gist options
  • Select an option

  • Save LaurentiuGabriel/369b2d454d3c59fdf5986623154528cb to your computer and use it in GitHub Desktop.

Select an option

Save LaurentiuGabriel/369b2d454d3c59fdf5986623154528cb to your computer and use it in GitHub Desktop.
public class App {
public static void main(String[] args) {
System.out.println(ObjectOrientedProgrammingLanguages.JAVA);
for(ObjectOrientedProgrammingLanguages oopLanguages : ObjectOrientedProgrammingLanguages.values()){
System.out.println(oopLanguages);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment