luna is your trusty friend to make sure you are always on track and do not miss any important activities.
luna is
- User-friendly
- Cute
a VirusSafe
How to get started:
- Download from here
- Double-click the file.
- Add your tasks
- Let your worries disappear!
∧,,,∧
( ̳• · • ̳)
/ づ♡ \
- Add Tasks
- Delete Tasks
- Find Tasks
- List Tasks
- Save/Store List
- Sort Task (maybe)
This is the greetingString()
message which constructs the first message you should see when you run the file but sadly some characters might be lost in transmission :"
private String greetingString() {
String msg = "";
msg += String.format("%30s", " („• ֊ •„)♡\n");
msg += "heyo! my name is ✦" + this.name + "✦\n";
msg += "What would you like for me to do???\n";
return msg;
}