“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:
- Download from here
- Run
- Use!
Features:
- Managing tasks
- GUI
Sample code main :
public static void main(String[] args) {
new Duke().run();
}