Skip to content

Instantly share code, notes, and snippets.

@rubinchyk
Created December 5, 2016 06:38
Show Gist options
  • Save rubinchyk/4a3b081e69b281fe590dabd7336214e1 to your computer and use it in GitHub Desktop.
Save rubinchyk/4a3b081e69b281fe590dabd7336214e1 to your computer and use it in GitHub Desktop.
TypeScript: Order in includes typescript files to ts file
/// <reference path="vendingMachine.ts" />
var machine = new VendingMachine();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment