Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
/ Let-Us-Java Public archive

[Hacktoberfest 2022] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here

License

Notifications You must be signed in to change notification settings

CodeNerve/Let-Us-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let-Us-Java

Any amazing 🔥 code you may think of in Java, let's compile all of them here 💯

Compiling projects

This project is organized according to the convention of Maven project. Make sure you have apache maven installed. The default maven goal is mvn clean install however you may just run mvn to compile at the project level, or at the module level.

~/checkouts/Let-Us-Java >>> mvn

Documentation

To generate the documentation, you may use doc profile when running maven. It will perform maven goal mvn site:site site:stage. Find the generated document in ./target/staging/ directory

~/checkouts/Let-Us-Java >>> mvn -P doc

Contributors

Latest updates

The repository has been updated to a Maven project, thanks to @fazreil. Please make sure that the build passes when creating a PR!