Skip to content

Commit

Permalink
Debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 12, 2024
1 parent 54ae728 commit d9b5b67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/libcalc/exhaust_heap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from ctypes import *
from ctypes.util import find_library

print(find_library("sbcl_librarian"))

import sbcl_librarian.wrapper
import calc as libcalc
import sys
Expand Down

0 comments on commit d9b5b67

Please sign in to comment.