From 0b0fdc665285199e72b108e281295e6598292c19 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Fri, 26 Jun 2026 17:53:55 +0100 Subject: [PATCH] docs(hello.c): remove comment about printf, was incorrect my C is rusty it seems --- code/hellorld/hello.c | 1 - 1 file changed, 1 deletion(-) 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();