#[BASIC][1], <s>10</s> 5 bytes *In the BASIC programming language, RUN is used to start program execution from direct mode, or to start a overlay program from a loader program.* - [Wikipedia](https://en.wikipedia.org/wiki/Run_command) 1 RUN Here's the first version I posted. Infinite GOTO loop. Also, it's 10 bytes, which is a nice coincidence! 10 GOTO 10 [1]: https://en.wikipedia.org/wiki/BASIC