From eef90ddefcd35327c72fd4cba7a818e1eef9f1f1 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:30:53 +0200 Subject: [PATCH] Untested Swift --- swift/helloworld.swift | 1 + 1 file changed, 1 insertion(+) create mode 100644 swift/helloworld.swift diff --git a/swift/helloworld.swift b/swift/helloworld.swift new file mode 100644 index 0000000..72178b8 --- /dev/null +++ b/swift/helloworld.swift @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file