I wanna write a program that prints a timetable in the terminal. In order to print a table using ASCII characters, I need to move the printing cursor to a particular coordinate of the terminal. for example, I want to have something like this in the output:
Could anybody help, please? Any other idea for printing this table is also accepted.