fork(4) download
  1. #!/bin/bash
  2.  
  3. echo $(( 2 ** 2 ** 3 ))
Success #stdin #stdout 0s 5080KB
stdin
Standard input is empty
stdout
256