mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
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;
|
|
}
|