summaryrefslogtreecommitdiffstats
path: root/private/ntos/init/hello.c
blob: 02f1f7ec3b4e2b73dede818015f06b2b91217cdc (plain) (blame)
1
2
3
4
5
6
7
8

#include <nt.h>

main()
{
    DbgPrint("Hisssssssssssssssss, Viper Lives\n");
    DbgBreakPoint();
}