Advertisement
Fhernd

ConsoleApp.cs

Nov 26th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Articulos.Cap06
  4. {
  5.     public class ConsoleApp
  6.     {
  7.         public static void Main()
  8.         {
  9.             Console.WriteLine("OK");
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement