# NAME

Acme::Kiyoshi::Array - It's new ZUNDOKO Kiyoshi Array

# SYNOPSIS

    use Acme::Kiyoshi::Array;

    my @ary = ();
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ズン";
    push @ary, "ドコ";
    print @ary;

# DESCRIPTION

Acme::Kiyoshi::Array is ...

# LICENSE

Copyright (C) Masaaki Saito.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Masaaki Saito <masakyst.public@gmail.com>