From bd66be4edb0c5bd5aed20c19fea2c8b5465fa7f2 Mon Sep 17 00:00:00 2001 From: msomula Date: Sun, 19 May 2024 18:52:01 -0400 Subject: [PATCH 1/2] updated readme --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 86957ac..ee5be5e 100644 --- a/README +++ b/README @@ -3,3 +3,5 @@ Hello, World A simple program, and an example of how to structure a python project. You can simply start the praogram by typing "python main.py" in the helloworld folder. + +Hello \ No newline at end of file From 1df1e138937e96b5c4b231c89fffcd78ee4e70d1 Mon Sep 17 00:00:00 2001 From: msomula Date: Sun, 19 May 2024 18:53:21 -0400 Subject: [PATCH 2/2] updated readme --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index ee5be5e..b55b8ec 100644 --- a/README +++ b/README @@ -2,6 +2,4 @@ Hello, World ============ A simple program, and an example of how to structure a python project. -You can simply start the praogram by typing "python main.py" in the helloworld folder. - -Hello \ No newline at end of file +You can simply start the program by typing "python main.py" in the helloworld folder.