mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-29 20:23:55 +00:00
5 lines
80 B
C++
5 lines
80 B
C++
#include "CLI/CLI.hpp"
|
|
#include "CLI/Timer.hpp"
|
|
|
|
int do_nothing() { return 7; }
|