1*5d3e7166SEd Maste #include "src/hello.h" 2*5d3e7166SEd Maste 3*5d3e7166SEd Maste #include <stdio.h> 4*5d3e7166SEd Maste main()5*5d3e7166SEd Maste int main() { 6*5d3e7166SEd Maste print_cbor_version(); 7*5d3e7166SEd Maste 8*5d3e7166SEd Maste return 0; 9*5d3e7166SEd Maste } 10*5d3e7166SEd Maste 11