Skip to content

Instantly share code, notes, and snippets.

View tylersloeper's full-sized avatar

Tyler L. tylersloeper

View GitHub Profile
@tylersloeper
tylersloeper / Mock Banking System
Last active December 2, 2016 03:26
MDC C# Assignment 2
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication4
{
class Program
{
@tylersloeper
tylersloeper / basic calculator
Last active December 2, 2016 03:24
MDC C# Assignment 1 (3 parts)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication3
{
class Program