diff --git a/code/hellorld/hello.c b/code/hellorld/hello.c index 507e066..a69276d 100644 --- a/code/hellorld/hello.c +++ b/code/hellorld/hello.c @@ -7,7 +7,6 @@ #include int main(VOID) { - // Does sprintf work here? The SDK is probably too old, but modern conventions would be nice printf("Hellorld!"); // Wait for a key to be pressed getchar();