Uguzevo
Uguzevo (Russian: Угузево) is a rural locality (a selo) and the administrative center of Uguzevsky Selsoviet, Birsky District, Bashkortostan, Russia. The population was 414 as of 2010.[2] There are 8 streets.
Uguzevo Угузево | |
---|---|
Selo | |
Uguzevo Uguzevo | |
Coordinates: 55°16′N 55°41′E[1] | |
Country | Russia |
Region | Bashkortostan |
District | Birsky District |
Time zone | UTC+5:00 |
Geography
It is located 25 km from Birsk.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.
gollark: I think it was them mentioning esoserver in the code guessing thing. Palaiologos complained a lot.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.