Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iluha168/minimal-c-number-guesser
- Owner: iluha168
- License: mit
- Created: 2023-08-13T18:48:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T18:53:16.000Z (over 1 year ago)
- Last Synced: 2024-11-20T06:04:53.526Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.