Skip to content

Instantly share code, notes, and snippets.

View tats-u's full-sized avatar

Tatsunori Uchino tats-u

View GitHub Profile
@tats-u
tats-u / kiyoshi.cpp
Last active March 13, 2016 15:13
キヨシズンドコ節 in C++ (Zlib license/Copyright © 2016 Tats.U.)
#include <iostream>
#include <random>
#include <array>
#include <string>
using namespace std;
enum {
ZUN,
DOKO,
};
int main() {