We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Czure
Jump to navigation
Jump to search
Czure (pronounced as "seizure") is an esoteric programming language made by User:Marina. It is an equivalent to C, but every time you run a program there's a 96.217503% chance that it crashes.
Example programs
Hello World
#include <stdio.h>
int main(void) {
printf("hello silly world");
}
This program will most likely crash with a small chance that it prints "hello silly world".