fork(1) download
  1. program ideone;var i:integer;
  2. begin
  3. For i:=1 to 20 do writeln (1 shl i)
  4. end.
Success #stdin #stdout 0s 340KB
stdin
Standard input is empty
stdout
2
4
8
16
32
64
128
256
512
1024
2048
4096
8192
16384
32768
65536
131072
262144
524288
1048576