Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Hello world program
- /* Language:
- - C# (all versions)
- * Library:
- - .NET Framework (all versions)
- - .NET Core (all versions)
- - .NET Standard (version 1.3 or later)
- */
- using System;
- class HelloWorld
- {
- static void Main()
- {
- Console.WriteLine("Hello world!");
- }
- }
Add Comment
Please, Sign In to add comment