hacktoberfest-2018/code/Rud156.cs

8 lines
132 B
C#
Raw Normal View History

2018-10-09 03:55:23 +00:00
using System;
class Hacktoberfest2k18 {
public static void Main (string[] args) {
Console.WriteLine ("Hello World!!");
}
}