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