Skip to content

Instantly share code, notes, and snippets.

using System;
public class Program
{
public static void Main()
{
// Test with a non-empty list of integers.
GenericList<int> gll = new GenericList<int>();
gll.AddNode(5);
gll.AddNode(4);
@jero07
jero07 / dabblet.css
Created July 24, 2013 05:43 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #016cb4;
background: linear-gradient(180deg, #016cb4, #e0e0e0);
min-height: 100%;