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!") +