Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created June 26, 2013 00:36
Show Gist options
  • Save Fhernd/5863775 to your computer and use it in GitHub Desktop.
Save Fhernd/5863775 to your computer and use it in GitHub Desktop.
Invocación de la función PiesAPulgadas desde una función de alto nivel: Main.
static void Main()
{
Console.WriteLine(PiesAPulgadas(30)); // 360
Console.WriteLine(PiesAPulgadas(100)); // 1200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment