RosettaCodeData/Task/Executable-library/PARI-GP/executable-library-2.parigp

9 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
void hailstone1(int);
int main(void)
{
hailstone1(27);
return 0;
}