Skip to content

Commit

Permalink
✨feat(swift): Missing example added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Feb 2, 2024
1 parent 8fa7717 commit 8d5268d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/examples/languages/swift/build/helper.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func sayHello() {
print("Hello, World!")
}
2 changes: 2 additions & 0 deletions tests/examples/languages/swift/build/main.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sayHello()

0 comments on commit 8d5268d

Please sign in to comment.