Skip to content

Commit

Permalink
See #11 p1c03D Commentez et mettez en forme vos programmes ! ; resolves
Browse files Browse the repository at this point in the history
#12 p1c03D3 Mettez votre code en forme
  • Loading branch information
moueza committed Jul 11, 2020
1 parent ce992c5 commit b74179a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
27 changes: 0 additions & 27 deletions #main.cpp#

This file was deleted.

1 change: 0 additions & 1 deletion .#main.cpp

This file was deleted.

10 changes: 8 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#include <iostream>
using namespace std;
#include <iostream>// Inclut la bibliothèque iostream (affichage de texte)

using namespace std;// Indique quel espace de noms on va utiliser


/*
Fonction principale "main"
Tous les programmes commencent par la fonction main
*/
int main()
{
/*lines*/
Expand Down

1 comment on commit b74179a

@moueza
Copy link
Owner

@moueza moueza commented on b74179a Jul 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolves #13 p1c03D3 Mettez votre code en forme

Please sign in to comment.