This repository has been archived on 2021-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
shellbuild/example/message.c

3 lines
74 B
C
Raw Permalink Normal View History

2021-08-25 19:43:37 +03:00
const char* generate_hello_message() {
return "Hello, world!!!!!!!";
}