fork(1) download
  1. Do i =1,99
  2. If(mod(i,7).ne.0)goto 5
  3. Enddo
  4. 5 print*,i
  5. Stop
  6. End
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
           1