This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/src/user/hello/hello.c

5 lines
No EOL
74 B
C

#include <knob/user.h>
void main() {
tell_user_sz("Hello, world!\n");
}