5 lines
88 B
Batchfile
Raw Normal View History

@erase lang.inc
@echo lang fix en >lang.inc
@fasm snake.asm snake
@erase lang.inc
@pause