0 Bits, 0 Bytes

From Esolang
Jump to navigation Jump to search

0 Bits, 0 Bytes is yet another ___ Bits, ___ Bytes language and the most useless one. With 0 bytes of memory, this language can store 0 instructions. If there are more than 0 characters, the interpreter takes the first 0 characters. This esolang is designed to be the polar opposite of 6 bits, 12 bytes.

Commands

No commands, but control flow still wraps around.

Examples

Infinite loop

N

Implementations

Python

while 1:
    pass

Befunge

>v
^<

brainfuck

+[]

Self interpreter

Any text can go here

C++

int main()
{
    while(1)
    {
        continue;
    }
}

See also