Files
2125_GCE/programs/hello_model.py
T

5 lines
176 B
Python
Raw Normal View History

# Simple test model for XIC
print("Hello from XIC compressed model!")
print(f"Greeting the universe from inside the compression engine...")
result = "XIC execution successful"