Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2019 18:51
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/39ea94591a54b8ea8ae1c033c8ab2c8e to your computer and use it in GitHub Desktop.
Save parzibyte/39ea94591a54b8ea8ae1c033c8ab2c8e to your computer and use it in GitHub Desktop.
int main(void) {
printf("30 grados C a F: %f\n", celsiusAFahrenheit(30.0f));
printf("86 grados F a C: %f\n", fahrenheitACelsius(86.0f));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment