Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active May 19, 2017 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/408aa92c48ad08081a3575bea570d760 to your computer and use it in GitHub Desktop.
Save matthieu-D/408aa92c48ad08081a3575bea570d760 to your computer and use it in GitHub Desktop.
function add(a: number,b: number): number {
return a + b;
}
console.log(add(1, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment