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