Skip to content

Instantly share code, notes, and snippets.

View BrentLee's full-sized avatar
🏠
Working from home

Brent Lee BrentLee

🏠
Working from home
View GitHub Profile
@BrentLee
BrentLee / Program.cs
Created November 11, 2019 19:16 — forked from sarahleahwolfe/Program.cs
Popular Pizza Toppings
using System;
using Newtonsoft.Json;
using System.IO;
using System.Net;
using System.Collections.Generic;
using System.Linq;
public class Pizza
{
public List<string> toppings