Skip to content

Instantly share code, notes, and snippets.

@admir-live
Created December 4, 2022 20:47
Show Gist options
  • Save admir-live/355317d30eb976965b347f3683c1b808 to your computer and use it in GitHub Desktop.
Save admir-live/355317d30eb976965b347f3683c1b808 to your computer and use it in GitHub Desktop.
Program.cs
static class Program
{
private static void Main(string[] args)
{
const int suma = 4 + 5;
Console.WriteLine(suma);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment