Created makefile, organized files, updated gitignore
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import hello
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(hello.helloWorld())
|
||||
Reference in New Issue
Block a user