Skip to content

Commit

Permalink
Added: Hello world in Swift and TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunbharti committed Oct 2, 2018
1 parent 79c88dc commit 3053697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HelloWorld.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World!")
1 change: 1 addition & 0 deletions HelloWorld.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello World!");

0 comments on commit 3053697

Please sign in to comment.