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; - } - ```