Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
loki
Commits
b32dae72
Commit
b32dae72
authored
Sep 14, 2017
by
Krzysztof Kutt
Browse files
missing hello.pl
parent
e328320a
Changes
1
Hide whitespace changes
Inline
Side-by-side
static-swipl/hello.pl
0 → 100644
View file @
b32dae72
#!./swipl-7.4.2/bin/x86_64-linux/swipl -f -q
:-
initialization
main
.
main
:-
current_prolog_flag
(
argv
,
Argv
),
format
(
'Hello World, argv:~w\n'
,
[
Argv
]),
halt
(
0
).
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment