Metadata-Version: 2.1
Name: tellHi
Version: 0.0.3
Summary: A very basic hello world program
Home-page: 
Author: Akshat Kala
Author-email: akshatcodes706@gmail.com
License: MIT
Keywords: helloWorld
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

Hey this is a simple program that just calls out a function 'sayhi()' that returns a string that says 'hello world!'

to use it you can just import sayhi and use it

Change Log
===========

0.0.3 (21/08/2024)
---------------------
- Second Release
