Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 390 Bytes

Reverse File Contents

This Java program reads the contents of a file, reverses them, and writes the reversed contents to another file

Prerequisites

  • Java 17
  • Apache Maven

How to compile

Execute mvn clean install -U at root of the project

How to run tests

Execute command mvn test from root of the project

How to run main program

Execute java ReverseFile