Skip to main content
added 4 characters in body
Source Link
pxeger
  • 25.3k
  • 4
  • 59
  • 146

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.

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<'`$ (lowercase B, X, and L, 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.

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 blxy<'`$ (lowercase B, L, X, and Y, 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.

added 34 characters in body
Source Link
pxeger
  • 25.3k
  • 4
  • 59
  • 146

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 l<'`$blx<'`$ (lowercase B, X, and L, 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.

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 l<'`$ (lowercase L, 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.

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<'`$ (lowercase B, X, and L, 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.

add missing disallowed character
Source Link
pxeger
  • 25.3k
  • 4
  • 59
  • 146

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 l'`$l<'`$ (lowercase L, 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.

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 l'`$ (lowercase L, 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.

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 l<'`$ (lowercase L, 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.

Source Link
pxeger
  • 25.3k
  • 4
  • 59
  • 146
Loading