/
githubmirror
/
libcbor
Обзор
Документация
Войти
/
githubmirror
/
libcbor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/cpp_linkage_test.cpp
11 строк
327 B
Pavel Kalvoda
Bump date to 2020
16 мар 2020, 03:22
Не верифицирован
16 мар 2020, 03:22
05d847a
Код
Авторство
О чём код?
/* * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com> * * libcbor is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include <iostream> #include "cbor.h" int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; }