This is how a @main looks like in Swift, every time the program/app started, it will first start with the code in @main. I would say it looks familiar to me, I can see some of the App.js in React/Next.js and also the main method in a C# program.
A: @...