#[main]
Marks a function as the main entry point for the application.
#[main] fn main() { // Your code here (can be both sync and async) }