diff --git a/SOLUTION.md b/SOLUTION.md index ca6d1c3..092ab90 100644 --- a/SOLUTION.md +++ b/SOLUTION.md @@ -1 +1,5 @@ # MY SOLUTION +## Current design + +![Current design](misc/images/mars-rover-uml.png) +> Noticed that RoverCommand doesn't need to be inside mars-station but can be at rover-commands module \ No newline at end of file diff --git a/misc/images/mars-rover-uml.png b/misc/images/mars-rover-uml.png new file mode 100644 index 0000000..dfb1cda Binary files /dev/null and b/misc/images/mars-rover-uml.png differ