From 98a0df7376a52d82dde2fcb76e8a0e50d9c8a62b Mon Sep 17 00:00:00 2001 From: ylha <hanna.ylatalo@helsinki.fi> Date: Wed, 8 Jan 2025 10:29:24 +0200 Subject: [PATCH] test file is created in subfolder --- test_folder.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_folder.py diff --git a/test_folder.py b/test_folder.py new file mode 100644 index 0000000..0fa6377 --- /dev/null +++ b/test_folder.py @@ -0,0 +1,3 @@ +#lets test the git push in the folder + +print("hi, this is the simplest script ever") \ No newline at end of file -- GitLab