/* * Copyright (c) 2014-2019 Pavel Kalvoda * * libcbor is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include #include "cbor.h" int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; }