From 98ab1d968030494fbfbe3688929b761382b28b09 Mon Sep 17 00:00:00 2001 From: Juan Manuel Tomas Date: Thu, 5 Aug 2021 01:18:19 -0300 Subject: Initial Commit --- test/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/main.c (limited to 'test') diff --git a/test/main.c b/test/main.c new file mode 100644 index 0000000..3b6c977 --- /dev/null +++ b/test/main.c @@ -0,0 +1,8 @@ +#include +#include "../flag.h" + +int main() { + int test1 = flag_int("-j", 69, " Specifies the number of cores to be used."); + printf("This is the first test argument: %d\n", test1); + return 0; +} -- cgit v1.2.3