1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 21:53:51 +00:00
CLI11/tests/link_test_1.cpp
2017-03-31 16:00:18 -04:00

7 lines
84 B
C++

#include "CLI/CLI.hpp"
#include "CLI/Timer.hpp"
int do_nothing() {
return 7;
}