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)