Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Created January 23, 2019 23:21
Show Gist options
  • Select an option

  • Save ryanorsinger/8215fcc4b58931f32e5fc6fa15cd0961 to your computer and use it in GitHub Desktop.

Select an option

Save ryanorsinger/8215fcc4b58931f32e5fc6fa15cd0961 to your computer and use it in GitHub Desktop.
Java TodoList
Let's make a Java todo list
1. Make TodoList.java and add a main method.
2. Add a method for viewing all the todos inside of "todo.txt"
3. Add a method for adding new todo items
BONUS:
- Add a method named last() for showing the latest (last) todo.
- Add a method named first() that prints out the first todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment