Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

#ping

This is ICMP "Echo Request" program written in C++.

  - clone the repository
  - to compile:             g++ ping.cpp
  - to run:                 ./a.out <hostname/IP address>