#include "user.h"
/** Stops the machine */
int
main(int argc, char *argv[])
{
printf("System powering down...\n");
halt();
return 0;
}