main

Program entry point.

Merely passes execution to run, wrapped in a try-catch.

int
main
(
string[] args
)

Parameters

args string[]

Arguments passed at the command line.

Return Value

Type: int

zero on success, non-zero on errors.

Meta