diff options
Diffstat (limited to 'src/libthread/test/thello.c')
| -rw-r--r-- | src/libthread/test/thello.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libthread/test/thello.c b/src/libthread/test/thello.c new file mode 100644 index 00000000..c5732165 --- /dev/null +++ b/src/libthread/test/thello.c @@ -0,0 +1,10 @@ +#include <u.h> +#include <libc.h> +#include <thread.h> + +void +threadmain(int argc, char **argv) +{ + print("hello, world\n"); +} + |
