Created
February 28, 2015 05:48
-
-
Save williamd1k0/ab9bc024534e6f738076 to your computer and use it in GitHub Desktop.
The zueira never ends!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title The zueira never ends! | |
:START | |
set zueira=true | |
if %zueira% == true goto ZUEIRA | |
else goto FIM | |
:ZUEIRA | |
echo Zueira! | |
goto START | |
:FIM | |
:: The zueira never ends! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment