Yeah!
Jump to navigation
Jump to search
Yeah! is an esoteric programming language that is basic. It is created by User:A. You can only implement fork bombs and initialize variables as its original value.
Syntax
This is a weak-typed esoteric programming language. Variables can be used without declaring.
| Yeah! You die! | Implement a fork bomb. i.e. terminate the program. |
| Yeah! You die? | Set the variable "You die" as its original value. |
Implementations
#include <stdio.h>
int main()
{
char input[999];
while(!strcmp(scanf("%s",&input),"Yeah! You die!"));
while(1)
fork();
return 0;
}