From 1de3a9aae84ec71c4fd83604ea9c45204efb9baf Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 25 Oct 2019 14:10:45 +0300 Subject: . --- examples/plain_to_html.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 examples/plain_to_html.cpp (limited to 'examples/plain_to_html.cpp') diff --git a/examples/plain_to_html.cpp b/examples/plain_to_html.cpp deleted file mode 100644 index d123a84..0000000 --- a/examples/plain_to_html.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include -#include -#include -#include -#include - - -int main() -{ - TexoExporterFile exporter(stdout); - TexoProducerHTML producer(exporter); - TexoImporterPlain importer(producer); - importer.Put( - "I am a little cute line. \n" - "I am another and that's fine. \n" - "But I am as long as a pine,\n" - "so lets drink a glass of wine.\n\n" - "Second paragraph was started here. \n" - "Take your bananas and go home, seer.\n" - ); - return 0; -} -- cgit v1.2.3