From ec57ce7418bccf9b45a4cded29089747c63c6bdf Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Sat, 27 Sep 2025 15:08:21 +0200 Subject: [PATCH] Moved test.cpp --- .gitignore | 2 +- cpp/{src => test}/test.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cpp/{src => test}/test.cpp (100%) diff --git a/.gitignore b/.gitignore index ddea13b..fcf12b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ tags python/.ipynb_checkpoints -cpp/test +cpp/build cpp/pathfinding diff --git a/cpp/src/test.cpp b/cpp/test/test.cpp similarity index 100% rename from cpp/src/test.cpp rename to cpp/test/test.cpp