// | |
// main.c | |
// QCBOR | |
// | |
// Created by Laurence Lundblade on 9/13/18. | |
// Copyright © 2018 Laurence Lundblade. All rights reserved. | |
// | |
#include <stdio.h> | |
#include "basic_test.h" | |
int main(int argc, const char * argv[]) { | |
// insert code here... | |
printf("Hello, World! %d\n", basic_test_one()); | |
return 0; | |
} |