Advertisement
KuoHsiangYu

CSharpHello3

Aug 21st, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. // C#程式
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7.  
  8. namespace CSharpHello3
  9. {
  10.     public class Program
  11.     {
  12.         public static void Main(string[] args)
  13.         {
  14.             Console.WriteLine("Hello world.");
  15.             Console.Read();
  16.         }
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement