Sha256: d14a23440656d22972da00202473b045a4eca186770e5cdf5d4a56450a3876cf
Contents?: true
Size: 365 Bytes
Versions: 166
Compression:
Stored size: 365 Bytes
Contents
using System; using System.Collections.Generic; using System.Text; public static class TwoFer { public static string Name(string input = null) { if(string.IsNullOrWhiteSpace(input)) { return "One for you, one for me."; } return string.Format("One for {0}, one for me.", input); } }
Version data entries
166 entries across 166 versions & 1 rubygems