mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-14 06:17:03 -06:00
8 lines
136 B
C++
8 lines
136 B
C++
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
ASSERT(DecodeQuotedPrintable("=3DTest=\r\n=3D") == "Test");
|
|
}
|