rustgn

11 commits
Updated 2026-05-09 17:23:41
libraries/hello_cc/include
libraries/hello_cc/include/hello.h
#ifndef HELLO_H
#define HELLO_H

void hello(const char *);

#endif // HELLO_H