Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
29654a7
Duke.java add increment: Level-0
sethlxk Jan 24, 2022
f56bdb2
Duke.java add increment: Level-1
sethlxk Jan 24, 2022
7335696
Duke.java add increment: Level-2
sethlxk Jan 24, 2022
92d5a5a
Duke.java add increment: Level-3
sethlxk Jan 25, 2022
3aec9c3
Duke.java, Task.java add increment: A-CodingStandard
sethlxk Jan 25, 2022
6385408
Duke.java add increment: Level-3
sethlxk Feb 3, 2022
2318e8c
Add increments: Level-4, A-CodeQuality
sethlxk Feb 3, 2022
2f75d53
Add increment: Level-5
sethlxk Feb 9, 2022
8b6a86c
Revert "Add increment: Level-5"
sethlxk Feb 9, 2022
909f6b7
add increment: Level-5
sethlxk Feb 9, 2022
1ad054d
add increment: A-Packages
sethlxk Feb 9, 2022
594db21
add increment: A-Packges
sethlxk Feb 9, 2022
45d8f34
add increment: A-Packages
sethlxk Feb 9, 2022
fcd745b
add increment: A-Packages
sethlxk Feb 9, 2022
df705f7
add increment: A-Packages
sethlxk Feb 10, 2022
9352465
add Increment: A-Packages
sethlxk Feb 10, 2022
c39e57b
Merge branch 'branch-Level-5'
sethlxk Feb 10, 2022
98ee4f5
add increment: A-Packages
sethlxk Feb 10, 2022
8336182
add increment: Level-6
sethlxk Feb 14, 2022
d5a13d8
add increment: Level-7
sethlxk Feb 14, 2022
3e5b19d
Merge branch 'branch-Level-6'
sethlxk Feb 14, 2022
687e6d7
Merge branch 'branch-Level-7'
sethlxk Feb 14, 2022
c2040b6
Add increment: Level-9
sethlxk Feb 25, 2022
46e614b
Merge pull request #1 from sethlxk/branch-Level-9
sethlxk Feb 25, 2022
f71d19d
Merge branch 'master' of https://github.com/sethlxk/ip
sethlxk Feb 25, 2022
868282b
Add increment: A-JavaDoc
sethlxk Feb 25, 2022
48e93b1
Merge pull request #2 from sethlxk/A-JavaDoc
sethlxk Feb 25, 2022
df22bb9
Merge branch 'master' of https://github.com/sethlxk/ip
sethlxk Feb 25, 2022
488d2e7
Add increment: A-JavaDoc
sethlxk Feb 25, 2022
22951b9
add increment: A-JavaDoc
sethlxk Feb 25, 2022
708cd1a
fixed some bugs and made improvements to code
sethlxk Mar 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duke project template
# duke.application.Duke project template

This is a project template for a greenfield Java project. It's named after the Java mascot _Duke_. Given below are instructions on how to use it.

Expand All @@ -13,7 +13,7 @@ Prerequisites: JDK 11, update Intellij to the most recent version.
1. If there are any further prompts, accept the defaults.
1. Configure the project to use **JDK 11** (not other versions) as explained in [here](https://www.jetbrains.com/help/idea/sdk.html#set-up-jdk).<br>
In the same dialog, set the **Project language level** field to the `SDK default` option.
3. After that, locate the `src/main/java/Duke.java` file, right-click it, and choose `Run Duke.main()` (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
3. After that, locate the `src/main/java/duke.application.Duke.java` file, right-click it, and choose `Run duke.application.Duke.main()` (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
```
Hello from
____ _
Expand Down
2 changes: 2 additions & 0 deletions duke.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[T][ ] booj
[E][ ] dinz (at: 8)
10 changes: 0 additions & 10 deletions src/main/java/Duke.java

This file was deleted.

3 changes: 3 additions & 0 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: duke.application.Duke

Loading