This website works better with JavaScript
Accueil
Explorer
Connexion
jezv___
/
Figures
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
eb18e12a62
Branches
Tags
master
Figures
/
circle_main.cpp
circle_main.cpp
110 B
Historique
Raw
1
2
3
4
5
6
7
8
9
#include "Circle.h"
using namespace std;
int main() {
Circle c(23, 24, 5);
c.name();
return 0;
}