Files
2125_GCE/programs/hello_model.py
T
2026-07-09 12:54:44 -04:00

5 lines
176 B
Python
Executable File

# 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"