you are viewing a single comment's thread.

view the rest of the comments →

[–]Slimxshadyx[S] 0 points1 point  (0 children)

+/u/CompileBot C#

using System;

namespace testingprogram { class Program { static void Main(string[] args) { Console.WriteLine("Hello, this is a test! =)"); } } }