diff --git a/base.py b/base.py index de7f57c..0130276 100644 --- a/base.py +++ b/base.py @@ -1 +1,5 @@ -#Code File \ No newline at end of file +#Code File + + +def helloWorld(): + return "Hello World Hacktober Fest"