Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created June 22, 2022 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YHaruoka/8c4aa4d94c5c0089e1e41fb1716cda6c to your computer and use it in GitHub Desktop.
Save YHaruoka/8c4aa4d94c5c0089e1e41fb1716cda6c to your computer and use it in GitHub Desktop.
@echo off
for /l %%i in (0,1,10) do (
echo %%i
)
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment