CaesarAIShowCase / caesar_exec_test.py
CaesarCloudSync
Caesar ShowCase Start
8ce55a3
Raw
History Blame Contribute Delete
122 Bytes
def hello_world():
return "Hello World Function"
if __name__ == "__main__":
test = hello_world()
print(test)