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

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