Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Csharp #12

Merged
merged 2 commits into from
Oct 8, 2017
Merged

Csharp #12

merged 2 commits into from
Oct 8, 2017

Conversation

rcbdev
Copy link
Contributor

@rcbdev rcbdev commented Oct 8, 2017

A C# LINQ solution for #1.

{
Enumerable
.Range(1,100)
.Select(FizzBuzz.FromNumber)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is sort of silly on my part, but I didn't realize you could use public static members as Funcs. I generally consider them to be functions, but I didn't realize that C# agreed with me.

@jreina jreina merged commit 4bd07cd into jreina:master Oct 8, 2017
@jreina
Copy link
Owner

jreina commented Oct 8, 2017

Hey, I like LINQ, too!
Might I add that ShittyLINQ needs some help?

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants