Skip to content

Instantly share code, notes, and snippets.

@Mr-Byte
Created July 29, 2014 03:43
Show Gist options
  • Save Mr-Byte/62f357ae9f0aa628f68b to your computer and use it in GitHub Desktop.
Save Mr-Byte/62f357ae9f0aa628f68b to your computer and use it in GitHub Desktop.
var xs = from y in ys
where y % 2 == 0
let x = y * 2 + 1
select y;
var someResult = builder.AppendLine("Hello, world!")
.AppendLine("This is a test!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment