mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
Merge pull request #77 from TheByteStuff/TheByteStuffCode
Hello World Code Example
This commit is contained in:
commit
84a9910468
16
code/TheByteStuff.cs
Normal file
16
code/TheByteStuff.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HelloWorld
|
||||
{
|
||||
class TheByteStuff
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
System.Console.WriteLine("Hello Hacktoberfest 2018");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user