phil_algs / Philosophy /cat_alg_files1.pl
luciangreen's picture
Upload 1424 files
557a17a verified
raw
history blame contribute delete
141 Bytes
:-include('cat_alg_files.pl').
main:-catch(cat_alg_files(6000),Err,handle_error(Err)),halt.
handle_error(_Err):-
halt(1).
main :- halt(1).