Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Create main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru authored May 15, 2020
1 parent 755d49b commit f595bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const foo = () => 'Hello land!';
export const fighters = (num: number) => num * 2;

0 comments on commit f595bbe

Please sign in to comment.