This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
dns-toy/bin/main.ml
2023-06-11 10:54:58 +02:00

5 lines
113 B
OCaml

open Dnstoy
let () =
print_endline (Utils.get_bytecode (Network.send_request "8.8.8.8" "www.example.com"))
;;