From d2f2aaba777174f192190ea484ef182bface78a7 Mon Sep 17 00:00:00 2001 From: Alexis GUYOT Date: Thu, 25 Jan 2024 13:36:23 +0100 Subject: [PATCH] Actualiser docs/Services/pole-scientifique/Onyxia/docs/stockage.md --- .../pole-scientifique/Onyxia/docs/stockage.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/docs/Services/pole-scientifique/Onyxia/docs/stockage.md b/docs/Services/pole-scientifique/Onyxia/docs/stockage.md index 4c0ba6a..0ff366f 100644 --- a/docs/Services/pole-scientifique/Onyxia/docs/stockage.md +++ b/docs/Services/pole-scientifique/Onyxia/docs/stockage.md @@ -1,4 +1,47 @@ +=== "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; + } + ``` +!!! warning + + === "Unordered List" + + ``` markdown + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + ``` + + === "Ordered List" + + ``` markdown + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + ``` + +!!! success + + === "Unordered List" + + ``` markdown # Stockage de données