This program displays a calendar for the current month in the console.
This program requires Go version 1.16 or higher.
To run the program, navigate to the directory containing the source code and run the following command:
go run main.go
This will display a calendar for the current month in the console.
- Displays a calendar for the current month
- Highlights the current date with a an asterisk
- Automatically adjusts the calendar to start on the first day of the month
- Wraps the calendar to the next row at the end of each week
- Prints the calendar in a tabular format with columns for each day of the week
- Accept command-line arguments for specifying the month and year to display
This program is released under the MIT License. See the LICENSE file for details.