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