aankitdas's picture
first commit - working app locally
a3419b6
raw
history blame contribute delete
87 Bytes
def main():
print("Hello from project-b!")
if __name__ == "__main__":
main()