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