/* */ #include <stdio.h> void ft_ultimate_div_mod(int *a, int *b); int main() { printf("Hello world!\n"); return 0; } void ft_ultimate_div_mod(int *a, int *b) { }
To embed this project on your website, copy the following code and paste it into your website's HTML: