This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
LInE
/
Alfabetiza
Sledovat
6
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
250fc477d8
Větve
Značky
master
Alfabetiza
/
pandora
/
components
/
Rect.js
Rect.js
90 B
Historie
Surový
1
2
3
4
5
6
7
8
class Rect
{
constructor(w, h=w)
{
this.w = w;
this.h = h;
}
}