Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created December 21, 2017 13:37
Show Gist options
  • Save davlgd/713c9fdcccf6fc79fc53f237d027f7dd to your computer and use it in GitHub Desktop.
Save davlgd/713c9fdcccf6fc79fc53f237d027f7dd to your computer and use it in GitHub Desktop.
HelloWorld - Etape 2
string textToShow = "Hello, World !";
Console.Write(textToShow);
Console.Read();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment