Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
WelcomeInBrazil
Browse files Browse the repository at this point in the history
Here's a mess, are you sure you want to come in?
  • Loading branch information
yepMad committed Oct 18, 2018
1 parent 57e1e07 commit 6203fe5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions C#/WelcomeInBrazil
@@ -0,0 +1,12 @@
using System;
namespace WelcomeInBrazil
{
class Program
{
static void Main(string[] args)
{
Console.Write("Here's a mess, are you sure you want to come in?");
Console.ReadKey();
}
}
}

0 comments on commit 6203fe5

Please sign in to comment.