Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
4
Task/DNS-query/PascalABC.NET/dns-query.pas
Normal file
4
Task/DNS-query/PascalABC.NET/dns-query.pas
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
##
|
||||
var ip := System.Net.Dns.GetHostEntry('www.kame.net');
|
||||
foreach var address in ip.AddressList do
|
||||
println(address);
|
||||
Loading…
Add table
Add a link
Reference in a new issue