Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Created January 30, 2022 08:43
Show Gist options
  • Save SebastianBoldt/8d17e3adf0151cb22e6462b66e55de40 to your computer and use it in GitHub Desktop.
Save SebastianBoldt/8d17e3adf0151cb22e6462b66e55de40 to your computer and use it in GitHub Desktop.
@main
struct MainApp {
static func main() async {
await asyncFunction()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment