You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an execute Main that takes a Func<string[], int> and param string args and returns both the func return and the console output (yes, the best way to return both is a dilemma.
The text was updated successfully, but these errors were encountered:
Add an execute Main that takes a
Func<string[], int>
andparam string args
and returns both the func return and the console output (yes, the best way to return both is a dilemma.The text was updated successfully, but these errors were encountered: