10 lines
142 B
C++
10 lines
142 B
C++
/* This file is part of mastodon-cpp.
|
|
*/
|
|
|
|
#include "mastodon-cpp.hpp"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
Mastodon::API test("", "");
|
|
}
|