Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Howdy!
This C# template lets you get started quickly in your browser. No need to download anything.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Use C# in your browser. No need to download anything.
// Game tutorials, cosplay and code www.amiedd.com
// 12/12/2018 AmieDD
// {
using System;
class Howdy
{
static void Main()
{
// }
Console.WriteLine("Hello Earthlings!");
// {
}
}
// }
Press desired key combination and then press ENTER.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content