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

4 lines
89 B
OCaml
Raw Normal View History

2023-06-11 10:54:58 +02:00
open Dnstoy
2023-07-05 02:14:14 +02:00
let () = print_endline (Network.resolve "www.facebook.com" Types.DNSType.a)