Skip to content

Here is a collection of a few programms I made for my Java OOP1 lessons.

Notifications You must be signed in to change notification settings

sero583/JAVA-OOP1-Course

Repository files navigation

Java OOP1 Course

Here are my documents for my Java OOP1 course stored.
All subfolders should have compiled artifacts, including a README.md explaining how it works. I discontinued creating for each practice a repository and will hold them here with a subfolder structure.

(Abstract) Usage

  • First of all, download the JAR file or build your own artifacts
  • Then go to the place, where the artifacts are with the console and enter this command:
    java -jar <artifactName>.jar arguments...
  • e.g. for StupidLogin: java -jar StupidLogin.jar <string: username> <string: password>

About

Here is a collection of a few programms I made for my Java OOP1 lessons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages