hellorust20xx 0.1.0

A crate for test
Documentation
1
2
3
4
5
6
7
8
// src/hello.c

#include <stdio.h>

void hello() {
    printf("Hello, World!\n");
}