Skip to content

Instantly share code, notes, and snippets.

@DPenner1
DPenner1 / GermanIPAGuesser.cs
Last active April 4, 2024 18:42
German Pronunciation Guesser. Used as a reference implementation on https://codegolf.stackexchange.com/q/120743/8954
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
namespace dp1
{
class GermanIPAGuesser
{