Merge pull request #356 from Rud156/Js156

Added my name and code in the correct directories
This commit is contained in:
Josh Cunningham
2018-10-09 09:00:08 -07:00
committed by GitHub
2 changed files with 16 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!!");
}
}