Skip to content

yzeyu71/demo-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo

A demo of how to create a C++ cmdline tool

usage

# build it
make

# run
./demo --word=hello --repeat=3
# or
./demo -w hello -r 3

# the output will be 
hello
hello
hello

About

A demo of how to create a C++ cmdline tool

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.1%
  • Makefile 3.8%
  • C 0.1%