#txt file input and output
1 messages · Page 1 of 1 (latest)
no like i have to make a program that takes in a text file, does some stuff, then gives an output file
its gitbash
i jsut need to know the code to make it to where it accepts those two arguments in the command line
how would i write the file reading part
not the best approach, but a very easy to understand approach is by using a buffered reader
i got it now