snowdrift.breeze.stub.hello

snowdrift.breeze.stub.hello(x)

Sample hello function to test that the module is working correctly.

x = 2
assert x == 2

Failing example:

>>> print(5 + 7)
12
Parameters:

x (int)

Return type:

str