This website works better with JavaScript
Startsida
Utforska
Logga in
jezv___
/
Figures
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
eb18e12a62
Grenar
Taggar
master
Figures
/
circle_main.cpp
circle_main.cpp
110 B
Historik
Rå
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;
}