5 lines
154 B
C++
5 lines
154 B
C++
|
// Exercism.cpp : Defines the entry point for the console application.
|
||
|
|
||
|
#include "targetver.h"
|
||
|
#define BOOST_TEST_MAIN
|
||
|
#include <boost/test/unit_test.hpp>
|