Skip to content

brainfuck example is not a fork bomb #18

Open
@Mee42

Description

@Mee42

it is an infinite loop. If you were to convert it to C, it would look like this:

void run(int* mem) {
    *mem++;
    while(*mem) { mem++; *mem++; };
}

which is very clearly not a fork bomb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions