mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
4 lines
102 B
C++
4 lines
102 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <iostream>
|
|
#include <argparse.hpp>
|
|
#include <test_add_argument.hpp> |