From dbdcb4891b535438c47af678a5ad100d7672be61 Mon Sep 17 00:00:00 2001 From: Alexis GUYOT Date: Thu, 25 Jan 2024 13:35:52 +0100 Subject: [PATCH] Actualiser docs/Services/pole-scientifique/Onyxia/docs/stockage.md test --- .../pole-scientifique/Onyxia/docs/stockage.md | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/docs/Services/pole-scientifique/Onyxia/docs/stockage.md b/docs/Services/pole-scientifique/Onyxia/docs/stockage.md index 2f6a81b..4c0ba6a 100644 --- a/docs/Services/pole-scientifique/Onyxia/docs/stockage.md +++ b/docs/Services/pole-scientifique/Onyxia/docs/stockage.md @@ -1,24 +1,3 @@ -=== "C" - - ``` c - #include - - int main(void) { - printf("Hello world!\n"); - return 0; - } - ``` - -=== "C++" - - ``` c++ - #include - - int main(void) { - std::cout << "Hello world!" << std::endl; - return 0; - } - ```