Skip to content

Instantly share code, notes, and snippets.

@rowanmiller
Created May 19, 2017 20:55
Show Gist options
  • Save rowanmiller/abb24afeb5cd617b7a337ca05b374ecf to your computer and use it in GitHub Desktop.
Save rowanmiller/abb24afeb5cd617b7a337ca05b374ecf to your computer and use it in GitHub Desktop.
Temp_SampleCode
var names = new List<String>
{
"Ana",
"Felipe",
"Emillia"
};
names.ForEach(name =>
Console.WriteLine($"Hello {name}"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment