Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View oliverjanik's full-sized avatar

Oliver Janik oliverjanik

  • Sydney, Australia
View GitHub Profile
namespace MultiProcessTest
{
using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using Serilog;
internal class Program
{

Keybase proof

I hereby claim:

  • I am oliverjanik on github.
  • I am oliverj (https://keybase.io/oliverj) on keybase.
  • I have a public key whose fingerprint is A3DD 360C 9A68 18CB 05B8 9AF5 E1C0 F40C 3DF3 1460

To claim this, I am signing this object:

@oliverjanik
oliverjanik / bombug.coffee
Last active December 10, 2015 12:08
Coffeescript Issue #2650.
root = exports ? this
a = 'hello world'
alert(a)