This website works better with JavaScript
Strona główna
Odkrywaj
Zaloguj się
jezv___
/
Figures
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
eb18e12a62
Gałęzie
Tagi
master
Figures
/
circle_main.cpp
circle_main.cpp
110 B
Historia
Czysty
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;
}