From 92ef35d72a92476aedf8a5cfbbbbca4086905734 Mon Sep 17 00:00:00 2001 From: Lucas BAUDIN Date: Mon, 14 Oct 2024 15:06:59 +0200 Subject: [PATCH] Actualiser init_cpp.sh --- init_cpp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init_cpp.sh b/init_cpp.sh index d988434..cc304ff 100644 --- a/init_cpp.sh +++ b/init_cpp.sh @@ -1,9 +1,8 @@ -sudo bash -c "echo 'install_extension \"franneck94.c-cpp-runner\"' >> /opt/install-vscode-extensions.sh" /usr/bin/code-server --install-extension franneck94.c-cpp-runner 2>&1 > /tmp/out echo "#include int main() { - std::cout << 'Hello World' << std::endl; + std::cout << \"Hello World\" << std::endl; }" > /home/onyxia/work/main.cpp \ No newline at end of file