Create Rud156.cs

This commit is contained in:
Rudrangshu Nandi
2018-10-09 09:25:23 +05:30
committed by GitHub
parent 5a7a8e0878
commit 31559e0e7d

7
code/Rud156.cs Normal file
View File

@@ -0,0 +1,7 @@
using System;
class Hacktoberfest2k18 {
public static void Main (string[] args) {
Console.WriteLine ("Hello World!!");
}
}