1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 20:23:55 +00:00
CLI11/tests/link_test_1.cpp
Henry Fredrick Schreiner 27f718125d Reformat with clang-format
2017-05-31 12:03:05 -04:00

5 lines
80 B
C++

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