Skip to content

Instantly share code, notes, and snippets.

@Mr-Byte
Last active August 29, 2015 14:04
Show Gist options
  • Save Mr-Byte/e2dc130f4e9799c1360b to your computer and use it in GitHub Desktop.
Save Mr-Byte/e2dc130f4e9799c1360b 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