Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/uso.c Secret

Created January 16, 2022 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/61bed584b8ab14af182f4d39475f9a12 to your computer and use it in GitHub Desktop.
Save parzibyte/61bed584b8ab14af182f4d39475f9a12 to your computer and use it in GitHub Desktop.
unsigned long long numero = 27;
unsigned long long iteraciones = collatz(numero);
printf("\nLas iteraciones para llegar a 1 desde %llu fueron: %llu\n", numero, iteraciones);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment