a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
9 lines
144 B
C
9 lines
144 B
C
#ifndef BUILT_BY_UV_H
|
|
#define BUILT_BY_UV_H
|
|
|
|
static inline const char* hello_world() {
|
|
return "Hello World!";
|
|
}
|
|
|
|
#endif /* HELLO_WORLD_H */
|