fork download
  1. #!/bin/bash
  2. i=1
  3. aux=3
  4. ((aux = $aux^$i))
  5. echo $aux
Success #stdin #stdout 0s 4516KB
stdin
Standard input is empty
stdout
2