feat: init commit

This commit is contained in:
2020-09-26 12:03:21 +08:00
parent 6322b0b11b
commit 587b9f0577
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# swift-tests
Swift Language Tests
Swift Language Tests
[The Swift Programming Language](https://swift.org/documentation/#the-swift-programming-language)

2
helloworld.swift Normal file
View File

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