Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/program.cs Secret

Created August 25, 2018 13:55
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 creyn/41fb1c76c699eb91323032944f342a0c to your computer and use it in GitHub Desktop.
Save creyn/41fb1c76c699eb91323032944f342a0c to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Prosty program C#
using System;
namespace Program_1
{
class Program
{
static void Main()
{
Console.WriteLine("Droga programisty jest fajna :)");
Console.ReadLine();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment