10 lines
102 B
C++
10 lines
102 B
C++
|
#define TOML_UNDEF_MACROS 0
|
||
|
#include "../toml.hpp"
|
||
|
|
||
|
TOML_DISABLE_WARNINGS;
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|