This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
yuanMM
/
board-yp
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ffe269de3e
Branchit
Tagit
master
board-yp
/
js
/
util.js
util.js
48 B
Historia
Raaka
1
function add0(m) { return m < 10 ? '0' + m : m }