From 256b776bdf28d5ef969ac1570b68dfdeb80c866b Mon Sep 17 00:00:00 2001 From: Kayla Date: Fri, 23 May 2025 10:47:34 -0700 Subject: [PATCH 1/3] Create hello-world-kayla-k.c --- hello-world-kayla-k.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello-world-kayla-k.c diff --git a/hello-world-kayla-k.c b/hello-world-kayla-k.c new file mode 100644 index 0000000..b94615d --- /dev/null +++ b/hello-world-kayla-k.c @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello World!"; + return 0; +} \ No newline at end of file From c086eaed6704cd31b22a1cfa75a98ffe438ac824 Mon Sep 17 00:00:00 2001 From: 1025959 Date: Fri, 23 May 2025 11:04:32 -0700 Subject: [PATCH 2/3] Update hello-world-kayla-k.c --- hello-world-kayla-k.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello-world-kayla-k.c b/hello-world-kayla-k.c index b94615d..57f0f85 100644 --- a/hello-world-kayla-k.c +++ b/hello-world-kayla-k.c @@ -1,6 +1,7 @@ +using namespace std; #include int main() { - std::cout << "Hello World!"; + cout << "Hello World!"; return 0; } \ No newline at end of file From bbacfb331913468f460604b1d00f1df11353d13c Mon Sep 17 00:00:00 2001 From: Kayla <148519829+kayla0409@users.noreply.github.com> Date: Fri, 23 May 2025 11:31:57 -0700 Subject: [PATCH 3/3] Delete hello-world-kayla-k.c --- hello-world-kayla-k.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hello-world-kayla-k.c diff --git a/hello-world-kayla-k.c b/hello-world-kayla-k.c deleted file mode 100644 index 57f0f85..0000000 --- a/hello-world-kayla-k.c +++ /dev/null @@ -1,7 +0,0 @@ -using namespace std; -#include - -int main() { - cout << "Hello World!"; - return 0; -} \ No newline at end of file