Skip to content

Instantly share code, notes, and snippets.

@nicolastakashi
Created December 23, 2019 22:21
Show Gist options
  • Save nicolastakashi/95828461128dcc4682e5754442429cf4 to your computer and use it in GitHub Desktop.
Save nicolastakashi/95828461128dcc4682e5754442429cf4 to your computer and use it in GitHub Desktop.
try
{
var salario = await CalculaSalarioAsync();
Console.WriteLine(salario);
}
catch (Exception error)
{
Console.WriteLine(error.Message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment