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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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!!");
}
}