Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 502 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 502 Bytes

Mars Rover

Overview

Image


Technologies

  • C#
  • .NET 6
  • XUnit
  • Docker

How to Run?

# Option 1
sh run.sh ${PWD}/data/Sample.txt

# Option 2
sh run.sh

With Docker

# Copy the data file(txt) to root directory (same dir of run-at-docker.sh)

# Option 1
sh run-at-docker.sh data/Sample.txt

# Option 2
sh run-at-docker.sh

How to Run Tests

sh run-tests.sh

With Docker

sh run-tests-at-docker.sh