(include "lib/core.scm") (include "lib/pair.scm") (include "lib/string.scm") (printn (int->hex-string #xdeadbeef)) (printn (int->hex-string -34))