RosettaCodeData/Task/Longest-common-subsequence/Python/longest-common-subsequence-2.py

3 lines
63 B
Python
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if __name__=="__main__":
import doctest; doctest.testmod()