Skip to content

Instantly share code, notes, and snippets.

@divide-by-zero
Created March 20, 2018 13:39
Show Gist options
  • Save divide-by-zero/a1c35b2f0fc45247667423cdb0fcd63e to your computer and use it in GitHub Desktop.
Save divide-by-zero/a1c35b2f0fc45247667423cdb0fcd63e to your computer and use it in GitHub Desktop.
nonono
using System;
using System.Linq;
var r = new Random();
for(var i = 0;i < 10;++i)
Console.WriteLine(string.Join("の",
new []{
"風","谷","ナウシカ",
"天空","城ラピュタ",
"となり","トトロ",
"火垂る","墓",
"魔女","宅急便",
"紅","豚",
"もの","け姫",
"ホーホケキョ となり","山田くん",
"千と千尋","神隠し",
"猫","恩返し",
"ハウル","動く城",
"崖","上","ポニョ",
"借りぐらし","アリエッティ",
"かぐや姫","物語",
"思い出","マーニー",
}.OrderBy(s => r.Next()).Take(r.Next(2,4))
));
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ServiceStack.Text" version="5.0.2" targetFramework="net45" />
<package id="ServiceStack.Client" version="5.0.2" targetFramework="net45" />
<package id="ServiceStack.Interfaces" version="5.0.2" targetFramework="net45" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment