Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 430 Bytes

File metadata and controls

27 lines (19 loc) · 430 Bytes

DUKE

“Your mind is for having ideas, not holding them.” – David Allen (source)

Hi this is my Duke program! It's

  • Fun 👍
  • Easy to use
  • text-based

Steps to use:

  1. Download from here
  2. Run
  3. Use!

Features:

  • Managing tasks
  • GUI

Sample code main :

public static void main(String[] args) {
        new Duke().run();
    }