From 3b91637afd9716881bec3a34c3ace369c82ef61c Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Fri, 23 Oct 2020 08:27:38 +0200 Subject: New upstream version 6.0+dfsg --- examples/application/src/main.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/application/src/main.cpp (limited to 'examples/application/src/main.cpp') diff --git a/examples/application/src/main.cpp b/examples/application/src/main.cpp new file mode 100644 index 0000000..d547b72 --- /dev/null +++ b/examples/application/src/main.cpp @@ -0,0 +1,16 @@ + +#include "fl/Headers.h" + +int main(int argc, char** argv){ + FL_IUNUSED(argc); + FL_IUNUSED(argv); + + using namespace fl; + + Engine* hybrid = Console::hybrid(); + FL_LOG("Hybrid Demo: FuzzyLite Dataset"); + FL_LOG("==============================="); + FL_LOG(FldExporter().toString(hybrid)); + delete hybrid; + +} \ No newline at end of file -- cgit v1.2.3