countdown(X).?- write(X).
countdown(X).
prog.pl:1: warning: singleton variables [X] for countdown/1 prog.pl:2:4: syntax error: . or operator expected after expression 1 error(s) compilation failed
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!