5 lines
93 B
Python
5 lines
93 B
Python
from qubed.rust import hello
|
|
|
|
|
|
def test_hello():
|
|
assert hello("World") == "Hello, World!" |