uv/scripts/packages/built-by-uv/header/built_by_uv.h

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