Skip to content

Instantly share code, notes, and snippets.

@Pharylon
Pharylon / gist:4502183
Last active December 10, 2015 22:28
FizzBuzz
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
@Pharylon
Pharylon / AnswerPool.cs
Last active October 10, 2015 14:07
Hangman
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Hangman
{
public static class AnswerPool
{
public static string[] answerPool = new string[] {