add: basic function with comments

This commit is contained in:
lancegin
2017-06-28 21:03:18 +08:00
parent c8853d9ae8
commit b144a14efe
4 changed files with 139 additions and 9 deletions
+6
View File
@@ -5,5 +5,11 @@
*/
class Base32 {
static decode() {
console.log("static Base32.decode");
}
static random_gen() {
console.log("static Base32.random_gen");
}
}