Files
uv/test/packages/built-by-uv/header/built_by_uv.h
T
Zanie Blue a70ee58ae1 Move test support files out of scripts/ into test/
(#17032)

It's been bothering me that we have a bunch of stub packages and such in
a `scripts` directory.
2025-12-09 10:06:05 -06:00

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 */