Merge pull request #347 from maysaborges/HelloWorld

Add HelloWorld in swift
This commit is contained in:
Josh Cunningham 2018-10-09 08:58:18 -07:00 committed by GitHub
commit c2b0b7f536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
code/HelloWorld.swift Normal file
View File

@ -0,0 +1 @@
print("Hello World!")