Skip to content

Commit

Permalink
Move scripts to root directory
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Aug 31, 2024
1 parent 289dc8c commit ae16371
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-container/hello.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is used fo testing measurements within containers

def hello():
print('Hello, World!!!')
print('Hello, World!!')

if __name__ == '__main__':
hello()
File renamed without changes.
File renamed without changes.

0 comments on commit ae16371

Please sign in to comment.