Skip to content

Instantly share code, notes, and snippets.

View calebjross's full-sized avatar

Caleb J. Ross calebjross

View GitHub Profile
@calebjross
calebjross / JamesonMath.exe
Last active March 7, 2018 17:10
Simple math console application - C#
using System;
namespace JamesonMath
{
class Program
{
static void Main(string[] args)
{
//variables
string userName;