You need to sign in or sign up before continuing.

Ajout du bloc de code

parent 389aa113
...@@ -21,3 +21,18 @@ __Du texte en gras__ ...@@ -21,3 +21,18 @@ __Du texte en gras__
2. Le chien 2. Le chien
3. Le cheval 3. Le cheval
## Un bloc de code
```cpp
#include <iostream>
int main(){
int toto {0};
if(toto){
std::cout<< "C'est pas cool!" << std::endl;
}
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment