Modify test file

This commit is contained in:
pbonilla 2024-06-12 13:39:57 +02:00
parent 3300cea9c6
commit ff92116756
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#include <stdio.h> #include <stdio.h>
int int main(void) {
main(void) { printf("Hello, World!\n");
ft_printf("Hello, World!\n"); return (0);
return (0x0);
} }