From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#include <stdio.h>
int main(void) {
printf("%s", "Found the mpfr and gmp libraries");
return 0;
}