Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflows
SciTrace
example-packages
scitrace-hello-world-py
Commits
5f3b926e
Commit
5f3b926e
authored
Feb 28, 2022
by
Yori Fournier
Browse files
added a package_root
parent
624d3d84
Changes
3
Hide whitespace changes
Inline
Side-by-side
drun.sh
→
hello-world/
drun.sh
View file @
5f3b926e
File moved
hello-world/hello_world.py
0 → 100644
View file @
5f3b926e
with
open
(
"products/hello.txt"
,
"w"
)
as
fd
:
fd
.
write
(
"Hello, world!"
)
hello_world.py
deleted
100644 → 0
View file @
624d3d84
print
(
"Hello, world!"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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