From fbcff9d2cece90316b9046b61624dddd846e5116 Mon Sep 17 00:00:00 2001 From: Susana Haing <136747253+shaing04@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:13:25 -0700 Subject: [PATCH 1/3] Create hello-world-susana-h.c --- hello-world-susana-h.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello-world-susana-h.c diff --git a/hello-world-susana-h.c b/hello-world-susana-h.c new file mode 100644 index 0000000..e69de29 From 85a7e14ced6386479aa828a42b90ac13cdcac4ea Mon Sep 17 00:00:00 2001 From: ayoola135790 <122764212+ayoola135790@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:36:59 -0700 Subject: [PATCH 2/3] Added Added hello world --- .vscode/settings.json | 3 +++ hello-world-emmanuel-last-o.c | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 hello-world-emmanuel-last-o.c diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..70e34ec --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "C_Cpp.errorSquiggles": "disabled" +} \ No newline at end of file diff --git a/hello-world-emmanuel-last-o.c b/hello-world-emmanuel-last-o.c new file mode 100644 index 0000000..3fe19e7 --- /dev/null +++ b/hello-world-emmanuel-last-o.c @@ -0,0 +1,7 @@ +#include + +int main() { + std::cout << "Hello World!"; + return 0; +} + From db80a011a9835beeddbeb2c1c272696d1c6857ce Mon Sep 17 00:00:00 2001 From: Susana Haing <136747253+shaing04@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:42:31 -0700 Subject: [PATCH 3/3] Edited Ayo Hello World --- hello-world-emmanuel-last-o.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hello-world-emmanuel-last-o.c b/hello-world-emmanuel-last-o.c index 3fe19e7..c5a90db 100644 --- a/hello-world-emmanuel-last-o.c +++ b/hello-world-emmanuel-last-o.c @@ -1,7 +1,8 @@ -#include +#include +using namespace std; int main() { - std::cout << "Hello World!"; + cout << "Hello World!"; return 0; -} +}