diff --git a/new_file.py b/new_file.py new file mode 100644 index 0000000..a653466 --- /dev/null +++ b/new_file.py @@ -0,0 +1,2 @@ +print('another file is added to this fork') +print('lets make some changes on this file')