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..c5a90db --- /dev/null +++ b/hello-world-emmanuel-last-o.c @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() { + cout << "Hello World!"; + return 0; + +} diff --git a/hello-world-susana-h.c b/hello-world-susana-h.c new file mode 100644 index 0000000..e69de29