Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iluha168/minimal-c-number-guesser

This dude said "I dare you all to write a C program with this at the top" so here we go
https://github.com/iluha168/minimal-c-number-guesser

Last synced: 20 days ago
JSON representation

This dude said "I dare you all to write a C program with this at the top" so here we go

Awesome Lists containing this project

README

        

# minimal-c-number-guesser
Once upon a time a random dude said:

## I dare you all to write a C program with this at the top:
```c
#define will_be_set_to =
#define _ ;
#define and &&
#define or ||
#define is_greater_than >
#define is_less_than <
#define is_greater_than_or_equals_to >=
#define is_less_than_or_equals_to <=
#define is_equal_to ==
#define is_not_equal_to !=
#define the_opposite_of !
#define nothing 0
#define absolutely_nothing NULL
#define plus +
#define minus -
#define multiplied_by *
#define divided_by /
#define in_case if (
#define for_variable switch (
#define what_will_happen_in_case_its case
#define what_will_happen_otherwise default
#define goodbye break;
#define do_the_following ) {
#define otherwise } else
#define otherwise_do_the_following } else {
#define s_variable_named ->
#define while while (
#define and_thats_it }
#define is_the_following {
#define end_this_block return;
#define end_this_block_and_give_back return
#define please /* bonus points for being nice :) */
```
... and i did.