hy/test.py

5 lines
83 B
Python
Raw Normal View History

2012-12-17 00:15:18 +01:00
import hy.lang.importer
import hylander
2012-12-17 00:23:57 +01:00
print "From python:", hylander.square(10)