Just some small things I make as I practice and learn java. Most things on here will be projects I made for myself to use. If anyone has any advice or wisdom I'm always excited to learn. Enjoy!
Enter the following code in your terminal:
Run the NewYearClock:
git clone https://github.com/mowteam/JAVA-THINGS.git
cd JAVA-THINGS
chmod +x run/Clock
./run/Clock
Run the WordCounter:
git clone https://github.com/mowteam/JAVA-THINGS.git
cd JAVA-THINGS
chmod +x run/Words
./run/Words