Zsh
#include <cstdlib>
#include <iostream>
int main() {
srand(time(NULL));
hello();
return rand() % 2;
}
/*
main
a=0
\
print "$((1/$a))"
*/
void hello() std::cout << "Hello, World!" << std::endl;
- Allowed characters: all printable ASCII except
blx<'`$blxy<'`$(lowercase B, L, X, and LY, single-quote, grave, dollar sign) - Please note all the leading and trailing whitespace.
Probably not too hard but you may learn a lot about the many - shall we say "quirks" - of zsh.