fork download
  1. :- set_prolog_flag(verbose,silent).
  2. :- prompt(_, '').
  3. :- use_module(library(readutil)).
  4.  
  5. main:-
  6. process,
  7.  
  8. process:-
  9. /* your code goes here */
  10.  
  11. :- main.
Success #stdin #stdout 0.02s 5804KB
stdin
Standard input is empty
stdout
Standard output is empty