again, more testing

This commit is contained in:
franchiopin 2024-05-20 21:39:33 +01:00
parent dabd9dda17
commit cc6dd3bc0b
6 changed files with 11 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"makefile.makefilePath": ""
}

View File

@ -1 +1 @@
5 6

View File

@ -6,11 +6,17 @@
void util_stuff(); void util_stuff();
int KEYS_TO_QUIT = 2;
void util_stuff(){ void util_stuff(){
printf("Hello World!\n"); printf("Hello World!\n");
puts("TEST");
wait_key_pressed(); for(int i = 0; i < KEYS_TO_QUIT; i++){
wait_key_pressed();
}
return; return;
} }

Binary file not shown.