Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 787 Bytes

File metadata and controls

39 lines (28 loc) · 787 Bytes
Java Coffee Badge

CalendarApp

Simple Java Syntax Practice Code. A simple terminal-based Java application that displays the monthly calendar, Using Calendar Library.

Tech Stack

  • Java 17

Feature

It generates a calendar for any user-input month and year.

How to Compile and Run

javac Calendar.java
java Calendar

Project Structure

CalendarApp/
├── .gitignore
├── Calendar.java
└── README.md

License

MIT License

Author

Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE

Motivation: Built for practicing basic Java programming and submitted as a freshman assignment in 2023