Skip to content

Instantly share code, notes, and snippets.

@drochgenius
Created April 3, 2019 20:02
Show Gist options
  • Save drochgenius/91cac23ce9ca04ce6a74d8f8b9a93933 to your computer and use it in GitHub Desktop.
Save drochgenius/91cac23ce9ca04ce6a74d8f8b9a93933 to your computer and use it in GitHub Desktop.
First Typescript File
export function sum(x: number, y: number): number {
return x + y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment