From a13bed89e28bc66d7ef783e4c2a895e514c5721a Mon Sep 17 00:00:00 2001 From: wompsey <235789007+wompsey@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:36:54 -0800 Subject: [PATCH] Update main.py printed hello world --- mazeBot/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mazeBot/main.py b/mazeBot/main.py index e489c20..33bbe53 100644 --- a/mazeBot/main.py +++ b/mazeBot/main.py @@ -3,6 +3,7 @@ from src.maze import Maze from src.mazeRobot import MazeRobot +print("hello world") def main(): base_dir = Path(__file__).parent