This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LInE
/
Alfabetiza
Segui
6
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
aa835330d7
Rami (Branch)
Tag
master
Alfabetiza
/
pandora
/
components
/
Rect.js
Rect.js
90 B
Cronologia
Originale
1
2
3
4
5
6
7
8
class Rect
{
constructor(w, h=w)
{
this.w = w;
this.h = h;
}
}