Skip to content

Instantly share code, notes, and snippets.

@Aristona
Created July 22, 2016 10:58
Show Gist options
  • Save Aristona/8f39a7bd23246e6facad8c0a7601b569 to your computer and use it in GitHub Desktop.
Save Aristona/8f39a7bd23246e6facad8c0a7601b569 to your computer and use it in GitHub Desktop.
"use strict";
module.exports = class Command {
sayHello() {
console.log("hello :)");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment