Skip to content

Instantly share code, notes, and snippets.

@selimtan
Created October 10, 2017 12:15
Show Gist options
  • Select an option

  • Save selimtan/64f7d32216bf10d3897a6978892cd8db to your computer and use it in GitHub Desktop.

Select an option

Save selimtan/64f7d32216bf10d3897a6978892cd8db to your computer and use it in GitHub Desktop.
import { Person } from "./Person";
let person = new Person();
person.sayHello();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment