Skip to content

Repository files navigation

Command line application template for C#

Implement CLI application by editing MainApp.cs You may add new files to keep your code clean, if it is allowed in your challenge.

How to get input parameters

You can get arguments as args parameter, defined in Main method

publicclassMainApp{staticpublicvoidMain(string[]args){// code to run}}

How to output result

You can use Console.WriteLine method to out put your results.

Console.WriteLine("hoge")

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

12 watching

Forks

Releases

Packages

Contributors

Languages