diff options
| author | Michael <[email protected]> | 2017-07-02 13:31:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-02 13:31:39 -0400 |
| commit | dad09c9e7c1ff68a157836b636f13f25d27e050a (patch) | |
| tree | c19c3648072a2ee8b04fa26ef2d875e9ba9857ca /ShiftOS/Program.cs | |
| parent | 345c1446863c3944bb08bfb3dfa25596b94e98db (diff) | |
| download | shiftos_thereturn-dad09c9e7c1ff68a157836b636f13f25d27e050a.tar.gz shiftos_thereturn-dad09c9e7c1ff68a157836b636f13f25d27e050a.tar.bz2 shiftos_thereturn-dad09c9e7c1ff68a157836b636f13f25d27e050a.zip | |
Render text onscreen
Diffstat (limited to 'ShiftOS/Program.cs')
| -rw-r--r-- | ShiftOS/Program.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ShiftOS/Program.cs b/ShiftOS/Program.cs new file mode 100644 index 0000000..42ed8bc --- /dev/null +++ b/ShiftOS/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShiftOS +{ + class Program + { + static void Main(string[] args) + { + } + } +} |
