Skip to content

Instantly share code, notes, and snippets.

@WhiteHyun
Created June 18, 2024 06:27
Show Gist options
  • Save WhiteHyun/b712b9c7b1c7da5d200ba097dd2bc194 to your computer and use it in GitHub Desktop.
Save WhiteHyun/b712b9c7b1c7da5d200ba097dd2bc194 to your computer and use it in GitHub Desktop.
Vapor - basic execution
import Vapor
let app = Application()
try app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment