From 587b9f0577e159d1cce82a493129ca3105564733 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 26 Sep 2020 12:03:21 +0800 Subject: [PATCH] feat: init commit --- README.md | 7 ++++++- helloworld.swift | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 helloworld.swift diff --git a/README.md b/README.md index 7569ca5..1c5e72d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # swift-tests -Swift Language Tests \ No newline at end of file +Swift Language Tests + + +[The Swift Programming Language](https://swift.org/documentation/#the-swift-programming-language) + + diff --git a/helloworld.swift b/helloworld.swift new file mode 100644 index 0000000..f344611 --- /dev/null +++ b/helloworld.swift @@ -0,0 +1,2 @@ +print("Hello, world!") +