diff --git a/src/demo.py b/src/demo.py deleted file mode 100755 index 4fd69c8..0000000 --- a/src/demo.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python3 - -import ctypes - -lib = ctypes.CDLL('../bin/libklotski.so') - -lib.tmain()