fork download
  1. Program hello ;
  2. (* File : HELLO;PAS *)
  3. (* Menuliskan Hello ke layar *)
  4. Begin
  5. Writeln (' hello ');
  6. End.
Success #stdin #stdout 0s 5300KB
stdin
Program hello;
(* File : HELLO;PAS *)
(* Menuliskan Hello ke layar *)
Begin
 Writeln (' hello ');
End.
stdout
 hello