Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Wed Oct 31 17:46:55 2018 from 192.168.36.1
- root@gitlab:~# su - tmptest
- tmptest@gitlab:~$ swipl
- Welcome to SWI-Prolog (threaded, 64 bits, version 7.6.4)
- SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
- Please run ?- license. for legal details.
- For online help and background, visit http://www.swi-prolog.org
- For built-in help, use ?- help(Topic). or ?- apropos(Word).
- ?- pack_upgrade(small_adventure_games).
- % Running "git fetch" in '/home/tmptest/lib/swipl/pack/small_adventure_games'
- % From https://github.com/TeamSPoon/small_adventure_games
- % abd7c41..f0d6756 master -> origin/master
- Upgrade "small_adventure_games" from abd7c41 to f0d6756 Y/n?
- % Updating abd7c41..f0d6756
- % Fast-forward
- % README.md | 721 ++++++++++++++++++++++++++++++++++++++
- % prolog/marty_white/adv_action.pl | 12 +-
- % prolog/marty_white/adv_agent.pl | 14 +-
- % prolog/marty_white/adv_debug.pl | 6 +-
- % prolog/marty_white/adv_edit.pl | 4 +-
- % prolog/marty_white/adv_eng2cmd.pl | 1 +
- % prolog/marty_white/adv_floyd.pl | 4 +-
- % prolog/marty_white/adv_inst.pl | 6 +-
- % prolog/marty_white/adv_io.pl | 24 +-
- % prolog/marty_white/adv_main.pl | 2 +-
- % prolog/marty_white/adv_model.pl | 4 +-
- % prolog/marty_white/adv_percept.pl | 12 +-
- % prolog/marty_white/adv_physics.pl | 2 +-
- % prolog/marty_white/adv_telnet.pl | 12 +-
- % prolog/parser_sharing.pl | 8 +-
- % prolog/poor_bugger.pl | 16 +-
- % 16 files changed, 792 insertions(+), 56 deletions(-)
- true.
- ?- ^D
- % halt
- tmptest@gitlab:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement