From 9450d38d043dbaf5e1c6b7535e3d73012fee38c7 Mon Sep 17 00:00:00 2001 From: OTSFan203 <45924049+otsfan203@users.noreply.github.com> Date: Tue, 5 Feb 2019 13:59:29 -0500 Subject: [PATCH] Create helloworld.nsharp --- helloworld.nsharp | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.nsharp diff --git a/helloworld.nsharp b/helloworld.nsharp new file mode 100644 index 00000000..ce438bd2 --- /dev/null +++ b/helloworld.nsharp @@ -0,0 +1 @@ +print "Hello World"