Skip to content

Instantly share code, notes, and snippets.

@tifoaudii
Last active June 17, 2023 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tifoaudii/60ac74297b1296f800260aa25f18d88a to your computer and use it in GitHub Desktop.
Save tifoaudii/60ac74297b1296f800260aa25f18d88a to your computer and use it in GitHub Desktop.
import Foundation
@main
struct SampleScript {
static func main() {
print("execute script! ")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment