-
-
Save creyn/41fb1c76c699eb91323032944f342a0c to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Prosty program C#
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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