Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Last active July 7, 2020 19:10
Show Gist options
  • Save PrateekKumarSingh/2a7aa43c40d217244a5b8cf107df4cc2 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/2a7aa43c40d217244a5b8cf107df4cc2 to your computer and use it in GitHub Desktop.
using System;
namespace app
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Length of args array: "+args.Length);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment