Skip to content

Commit

Permalink
Workaround main attribute being broken on windows.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent 6b8e4c2 commit 2a2ae57
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@

import icuuc

@main
struct TestUnicode {
static func main()
{
print("it works.")
}
}
print("it works.")

0 comments on commit 2a2ae57

Please sign in to comment.