5 lines
113 B
OCaml
5 lines
113 B
OCaml
open Dnstoy
|
|
|
|
let () =
|
|
print_endline (Utils.get_bytecode (Network.send_request "8.8.8.8" "www.example.com"))
|
|
;;
|