This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
yuanMM
/
board-yp
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ffe269de3e
Rami (Branch)
Tag
master
board-yp
/
js
/
util.js
util.js
48 B
Cronologia
Originale
1
function add0(m) { return m < 10 ? '0' + m : m }