Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/a129e7bd9c6750109cce34c8c4442c19 to your computer and use it in GitHub Desktop.
Save lgolubyev/a129e7bd9c6750109cce34c8c4442c19 to your computer and use it in GitHub Desktop.
using System;
namespace bytehide
{
class Program
{
static void Main(string[] args)
{
int number = 1;
if (number == 1)
{
Console.WriteLine("Exit");
}
Console.WriteLine("No exit");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment