summaryrefslogblamecommitdiff
path: root/src/modules/test/main.c
blob: 3ac5cb5a2669c5d64b8ec2ed6d7368c2848715fb (plain) (tree)
1
2
3
4
5
6
7
8







                                                
#include <grapes/syscall.h>

int main() {
	printk("[module:test] Hi world !\n");
	thread_sleep(5000);
	printk("[module:test] 5sec later...\n");
	return 0;
}