docs(hello.c): remove comment about printf, was incorrect

my C is rusty it seems
This commit is contained in:
2026-06-26 17:53:55 +01:00
parent d8c80df020
commit 0b0fdc6652
-1
View File
@@ -7,7 +7,6 @@
#include <stdio.h>
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();