Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit 3053697

Browse files
committed
Added: Hello world in Swift and TypeScript
1 parent 79c88dc commit 3053697

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HelloWorld.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello World!")

HelloWorld.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Hello World!");

0 commit comments

Comments
 (0)