Skip to content

Instantly share code, notes, and snippets.

@Reelix
Created December 8, 2016 14:44
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 Reelix/2f0096a83595b1563fb314a4f4d380bf to your computer and use it in GitHub Desktop.
Save Reelix/2f0096a83595b1563fb314a4f4d380bf to your computer and use it in GitHub Desktop.
private static void Main()
{
int num1 = 2;
double num2 = 4;
var someString2 = $"{num2 / int.Parse($"{num2}") + $"_{num1}" + $"Meta{num2 / int.Parse($"{num2}") + $"_{num2 % num1 % int.Parse($"{num2}")}"}M{null}eta_{num2}Me"}";
Console.WriteLine(someString2);
Console.ReadLine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment