Skip to content

Instantly share code, notes, and snippets.

View JamesEnoch89's full-sized avatar

JamesEnoch JamesEnoch89

  • Sacramento, CA
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class Kata
{
public static long MinValue(int[] x)
{