Lolly 1.4.27
Loading...
Searching...
No Matches
a_tbox_main.cpp
Go to the documentation of this file.
1#define DOCTEST_CONFIG_IMPLEMENT
2
3#include "doctest/doctest.h"
4#include "lolly_doctests.hpp"
5#include "sys_utils.hpp"
6
7int
8main (int argc, char** argv) {
11
12 int res= context.run ();
13
14 if (context.shouldExit ()) return res;
15
16 return res;
17}
The list class represents a linked list.
Definition list.hpp:48
list(T item)
Construct a new list object with a single item.
Definition list.hpp:137
int main()
void init_tbox()