Skip to content

Instantly share code, notes, and snippets.

@b4rtik
Created October 23, 2020 19:34
Show Gist options
  • Save b4rtik/222d1de9ae697e474766943d1f12c508 to your computer and use it in GitHub Desktop.
Save b4rtik/222d1de9ae697e474766943d1f12c508 to your computer and use it in GitHub Desktop.
using System;
namespace TestNoParamaters
{
class Program
{
static void Main()
{
Console.WriteLine("Execution without parameters");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment