5 lines
176 B
Python
5 lines
176 B
Python
|
|
# 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"
|