Czure

From Esolang
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".