Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created June 9, 2016 13:34
Show Gist options
  • Save masaru-b-cl/50550c17e45dba13c55e15b7669ed558 to your computer and use it in GitHub Desktop.
Save masaru-b-cl/50550c17e45dba13c55e15b7669ed558 to your computer and use it in GitHub Desktop.
namespace FizzBuzz
{
public class FizzBuzzer
{
public FizzBuzzer()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment