From e29cd12c33405e1d9c97f558ac6c78a6591ab0f0 Mon Sep 17 00:00:00 2001 From: ntargono082008 Date: Mon, 15 Sep 2025 22:33:04 +0000 Subject: [PATCH 1/3] first commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12e5149..b356ea0 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ in the browser or in a local installation of vs code) for more info [go here](ht ![Screenshot](codespace_usage.png) 3. To run the starter program, in a terminal run python main.py, or open the main.py file and click the play button at the top right of the editor ![Screenshot](codespace_run_file.png) + +this is a new commit message From ede1fd9450b2fb67446a5c995b829128da1bc168 Mon Sep 17 00:00:00 2001 From: Ryan0214-dacoder Date: Wed, 24 Sep 2025 22:22:33 +0000 Subject: [PATCH 2/3] Added Name Ryan --- .vscode/settings.json | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8088916 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} diff --git a/README.md b/README.md index b356ea0..04c911f 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ in the browser or in a local installation of vs code) for more info [go here](ht 3. To run the starter program, in a terminal run python main.py, or open the main.py file and click the play button at the top right of the editor ![Screenshot](codespace_run_file.png) -this is a new commit message +this is a new commit message Ryan From 47bb6938d05d6043c5ee190252eb5b8d36d6abc9 Mon Sep 17 00:00:00 2001 From: ntargono082008 Date: Wed, 24 Sep 2025 22:25:31 +0000 Subject: [PATCH 3/3] added name nathan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b356ea0..823186c 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ in the browser or in a local installation of vs code) for more info [go here](ht 3. To run the starter program, in a terminal run python main.py, or open the main.py file and click the play button at the top right of the editor ![Screenshot](codespace_run_file.png) -this is a new commit message +this is a new commit message nathan