Files

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