Github integration

This commit is contained in:
2018-07-17 00:34:42 +05:30
parent d6934656d2
commit a5996f1f2d
16 changed files with 17396 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
class Greeter {
module.exports = class Greeter {
constructor(name) {
this.name = name;
}