Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge with main #11

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
65f72a8
Add support for Gradle workflow
j-lum Aug 6, 2019
0112efe
Add sample checkstyle configuration
j-lum Aug 12, 2019
cfd6da7
Change file mode on `gradle` to be executable
j-lum Aug 18, 2019
6e6ace1
Merge pull request #12 from j-lum/gradle+x
j-lum Aug 18, 2019
a3ca5a4
Add configuration for console applications
j-lum Aug 20, 2019
7b60e81
Merge pull request #13 from j-lum/javaexec
j-lum Aug 21, 2019
4c85eb7
added level 1 greet
rishi12438 Aug 23, 2019
b652257
added level 1 greet
rishi12438 Aug 23, 2019
668abf0
added level 2
rishi12438 Aug 23, 2019
047366f
added level 2
rishi12438 Aug 23, 2019
71606ec
added level 2
rishi12438 Aug 23, 2019
634fa18
added level 3
rishi12438 Aug 23, 2019
92a500e
relabelled tags
rishi12438 Aug 23, 2019
9873198
level_2 change
rishi12438 Aug 23, 2019
594ea7b
changes to level_3
rishi12438 Aug 23, 2019
4d1098d
adding level 3
rishi12438 Aug 24, 2019
2b909bd
Merge branch 'gradle'
rishi12438 Aug 24, 2019
24bdb9b
added new exception handeling and gradle setup
rishi12438 Aug 24, 2019
747c779
added level 4
rishi12438 Aug 27, 2019
d7b2d3c
added level 5
rishi12438 Aug 27, 2019
d147e7a
level 7
rishi12438 Aug 28, 2019
b97771c
level 7 edited
rishi12438 Aug 29, 2019
f9da997
level 8
rishi12438 Aug 29, 2019
e29c7fa
level 8 edit
rishi12438 Aug 29, 2019
2defa79
level 6
rishi12438 Sep 1, 2019
1994525
changes to level 6
rishi12438 Sep 1, 2019
796a2c4
level 9
rishi12438 Sep 1, 2019
1264279
edited bugs with level 8
rishi12438 Sep 1, 2019
4873795
edited bugs with level 8
rishi12438 Sep 1, 2019
14fd998
removed the class
rishi12438 Sep 3, 2019
f090e9d
removed the class
rishi12438 Sep 3, 2019
e7aac08
removed the class
rishi12438 Sep 3, 2019
3ee2bfe
removed the class
rishi12438 Sep 3, 2019
20d31e9
removed the class
rishi12438 Sep 3, 2019
452ff4c
removed the class
rishi12438 Sep 3, 2019
f040799
removed the class
rishi12438 Sep 3, 2019
b642c3e
Merge branch 'branch-Level-6'
rishi12438 Sep 3, 2019
39dcf72
merged level 9 and master
rishi12438 Sep 3, 2019
bb5a52c
removed classes
rishi12438 Sep 3, 2019
15cc1b2
more oop
rishi12438 Sep 5, 2019
a90d78f
removed class
rishi12438 Sep 5, 2019
37c9b2d
JTest
rishi12438 Sep 11, 2019
a9ab0c2
Jtest
rishi12438 Sep 11, 2019
4659c63
Jdocs
rishi12438 Sep 11, 2019
54baf9c
Jdocs
rishi12438 Sep 11, 2019
3de6e55
new changes to test
rishi12438 Sep 12, 2019
2ae96a6
added new test
rishi12438 Sep 12, 2019
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
Prev Previous commit
Next Next commit
relabelled tags
  • Loading branch information
rishi12438 committed Aug 24, 2019
commit 92a500eae11dbc3e59cd8822e3fb1cab33b2d832
2 changes: 1 addition & 1 deletion src/main/java/Duke.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import java.util.Scanner;
import java.util.*;

//this is the Task class
class Task{
private boolean status;
private String name;