1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 08:42:41 +00:00
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!!");
}
}