Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 198 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 198 Bytes

Simple tool for printing input args

It looks like usual linux echo tool, but it prints every arg by newline delimiter.

How to build

mkdir build
cd build
cmake ..
cmake --build .