mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 19:44:18 +00:00
* New api from upstream * Create .clang-format * Update .clang-format * Remove mintaka submodule * Add premake-core submodule * Update premake-core * Fix includes
12 lines
173 B
C++
12 lines
173 B
C++
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
#include <iostream>
|
|
#include <tribufu/client.h>
|
|
|
|
using namespace tribufu;
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|