docs(hello.c): remove comment about printf, was incorrect
my C is rusty it seems
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(VOID) {
|
int main(VOID) {
|
||||||
// Does sprintf work here? The SDK is probably too old, but modern conventions would be nice
|
|
||||||
printf("Hellorld!");
|
printf("Hellorld!");
|
||||||
// Wait for a key to be pressed
|
// Wait for a key to be pressed
|
||||||
getchar();
|
getchar();
|
||||||
|
|||||||
Reference in New Issue
Block a user