fork download
  1. program TEST
  2. write(*,*)'Hello,World'! your code goes here
  3. stop
  4. end
Success #stdin #stdout 0s 4408KB
stdin
Standard input is empty
stdout
 Hello,World