This is a project template for a greenfield Java project. It's named after a cute puppy Maltese. Given below are instructions on how to use it.
Prerequisites: JDK 11, update Intellij to the most recent version.
- Open Intellij (if you are not in the welcome screen, click
File>Close Projectto close the existing project first) - Open the project into Intellij as follows:
- Click
Open. - Select the project directory, and click
OK. - If there are any further prompts, accept the defaults.
- Click
- Configure the project to use JDK 11 (not other versions) as explained in here.
In the same dialog, set the Project language level field to theSDK defaultoption. - After that, locate the
src/main/java/Launcher.javafile, right-click it, and chooseRun Launcher.main()
code
todo <description>
example
todo drink coffee
code
deadline <description> /by <due date>
example
deadline buy cake /by 2024-10-20
code
event <description> /from <start date> /to <end date>
example
event attend career talk /from 2024-09-09 /to 2024-10-09
code
list
code
mark <indice(s)>
example
mark 2 3
code
unmark <indice(s)>
example
unmark 1
code
delete <indice(s)>
example
delete 2 4
code
find <keyword>
example
find coffee
code
bye