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
2021-08-25 19:43:37 +03:00

3 lines
No EOL
74 B
C

const char* generate_hello_message() {
return "Hello, world!!!!!!!";
}