rss-cli/src/config.hpp

14 lines
221 B
C++
Raw Permalink Normal View History

2021-07-24 01:17:22 +00:00
///////////////////////////////////////////////////////////////////////////////
// Tyler Perkins
// 7-23-21
// config files
//
#pragma once
/* Tests:
* Set to 1 to compile and run the test suite
*/
2021-07-25 21:05:40 +00:00
#define _TESTS_ 0