Modify test file
This commit is contained in:
parent
3300cea9c6
commit
ff92116756
|
@ -1,7 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main(void) {
|
||||
ft_printf("Hello, World!\n");
|
||||
return (0x0);
|
||||
int main(void) {
|
||||
printf("Hello, World!\n");
|
||||
return (0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue