#GPT-3.5 | Conversation #1122816055069380678

1 messages · Page 1 of 1 (latest)

jolly shadowBOT
woven phoenix
jolly shadowBOT
# woven phoenix

Sure! Here's the modified code that removes the usage of Apache Commons Text library and adds basic table formatting for viewing tasks. It also handles the creation of user and tasks files if they don't exist:

import java.io.*;
import java.util.*;

public class TaskTrac {
    private static final String USERS_FILE = "users.txt";
    private static final String TASKS_FOLDER = "tasks";
    private static final String TASK_FILE_PREFIX = "TT";
    private static final String TASK_FILE_EXTENSION =
woven phoenix
#

continue generating

jolly shadowBOT
woven phoenix