The Laughing Frog

The Laughing Frog (笑う蛙, Warau Kaeru) is a 2002 Japanese film directed by Hideyuki Hirayama.

The Laughing Frog
Japanese笑う蛙
HepburnWarau Kaeru
Directed byHideyuki Hirayama
StarringKyōzō Nagatsuka
Nene Ootsuka
Yuika Motokariya
Release date
  • July 6, 2002 (2002-07-06)
Running time
96 minutes
CountryJapan
LanguageJapanese

Cast

Awards

24th Yokohama Film Festival[1][2]

gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.