exercism/prolog/hello-world/hello_world.pl

10 lines
281 B
Perl
Raw Normal View History

2018-08-14 22:28:48 +00:00
% Please visit http://exercism.io/languages/prolog/installation
% for instructions on setting up prolog.
% Visit http://exercism.io/languages/prolog/tests
% for help running the tests for prolog exercises.
% Replace the goal below with
% your implementation.
hello_world(false).