Add Batch.cmd
Fixes: #498 Co-Authored-By: Leo Gutiérrez Ramírez <leogutierrezramirez@gmail.com>
This commit is contained in:
@@ -109,6 +109,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
|||||||
* [Bash](b%5Cbash.bash)
|
* [Bash](b%5Cbash.bash)
|
||||||
* [Basic](b%5Cbasic.bas)
|
* [Basic](b%5Cbasic.bas)
|
||||||
* [Batch](b%5Cbatch.bat)
|
* [Batch](b%5Cbatch.bat)
|
||||||
|
* [Batch](b%5Cbatch.cmd)
|
||||||
* [Batsh](b%5Cbatsh.batsh)
|
* [Batsh](b%5Cbatsh.batsh)
|
||||||
* [Battlestar](b%5Cbattlestar.bts)
|
* [Battlestar](b%5Cbattlestar.bts)
|
||||||
* [Bcpl](b%5CBCPL.bcl)
|
* [Bcpl](b%5CBCPL.bcl)
|
||||||
|
|||||||
3
b/batch.cmd
Normal file
3
b/batch.cmd
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
echo Hello World
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user