diff --git a/helloworld.bat b/helloworld.bat new file mode 100644 index 0000000..5c33027 --- /dev/null +++ b/helloworld.bat @@ -0,0 +1,4 @@ +@echo off +echo Hello World! +pause +exit \ No newline at end of file