Skip to content

Commit ae16371

Browse files
committed
Move scripts to root directory
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
1 parent 289dc8c commit ae16371

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build-container/hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is used fo testing measurements within containers
22

33
def hello():
4-
print('Hello, World!!!')
4+
print('Hello, World!!')
55

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

0 commit comments

Comments
 (0)