Skip to content

Instantly share code, notes, and snippets.

View simonvandel's full-sized avatar

Simon Vandel Sillesen simonvandel

  • Copenhagen, Denmark
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simonvandel
simonvandel / gist:cfbb6643ce0e13a7b533
Last active August 29, 2015 14:10
1. december - C#
using System;
namespace Jul
{
public class main {
public static void Main()
{
var ran = new Random();
for(int i = 0; i < 12; i++)