X-Git-Url: http://git.subgeniuskitty.com/pdp11-modern-c/.git/blobdiff_plain/202004d54803c861f7fbaa9169eaad750c63f7cf..HEAD:/hello.c diff --git a/hello.c b/hello.c index 8c52dc9..9309eb6 100644 --- a/hello.c +++ b/hello.c @@ -7,18 +7,5 @@ void hello(void) { wait(01000); - putch('H'); - putch('e'); - putch('l'); - putch('l'); - putch('o'); - putch(','); - putch(' '); - putch('W'); - putch('o'); - putch('r'); - putch('l'); - putch('d'); - putch('!'); - putch('\n'); + printf("Hello, World!\n"); }