[ prog / sol / mona ]

prog


Monads,Async/Await : Algebraic Effects in C99

21 2021-01-14 15:04

#if RND_VAL<9600
#define RES "a"
#else
#if RND_VAL <16000
#define RES "b"
#else
#define RES "c"
#endif
#endif

#pragma message("ROLL:" RES)
//gcc prog.c -E -D RND_VAL=$RANDOM

69


VIP:

do not edit these