aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/test/thello.c
blob: c237b7cdcd2912c8dd6ad9fc0daa5743abec580e (plain)
1
2
3
4
5
6
7
8
9
#include <u.h>
#include <libc.h>
#include <thread.h>

void
threadmain(int argc, char **argv)
{
	print("hello, world\n");
}