Skip to content
Snippets Groups Projects
Commit 476b46e7 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Started bintree exercise

parent 9a6ae97a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# *-* coding:utf-8 *-*
if __name__ == "__main__":
pass
#!/usr/bin/env python3
# *-* coding:utf-8 *-*
import unittest
from bintree import *
if __name__ == "__main__":
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment