Skip to content

Instantly share code, notes, and snippets.

View yoroto's full-sized avatar

Letu Yang yoroto

View GitHub Profile
@yoroto
yoroto / JeffreyZhaoHentai.cs
Created May 21, 2015 12:02
Jeff Zhao is P10.
public class HentaiTextWriterUtils : ITextWriterUtils
{
private readonly static char[] Map = new[] {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9'};
public void Write(ITextWriter writer, int value)
{
var i = value;
var result = new char[11];
var p = 10;
var neg = value < 0;