This repository has been archived on 2020-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-cpp/tests/test_00_library_is_loadable...

10 lines
142 B
C++
Raw Normal View History

2018-01-06 21:33:52 +01:00
/* This file is part of mastodon-cpp.
*/
#include "mastodon-cpp.hpp"
2018-01-06 21:33:52 +01:00
int main(int argc, char *argv[])
{
2018-01-09 22:12:11 +01:00
Mastodon::API test("", "");
2018-01-06 21:33:52 +01:00
}