Carrió (Carreño)

Carrió is one of 12 parishes (administrative divisions) in Carreño, a municipality within the province and autonomous community of Asturias, in northern Spain.

Carrió
Thermal power station in the village of Aboño
Carrió
Coordinates: 43.566667°N 5.733333°W / 43.566667; -5.733333
CountrySpain
Autonomous communityAsturias
ProvinceAsturias
MunicipalityCarreño

The parroquia is 2.31 km2 (0.89 sq mi) in size, with a population of 157 (INE 2007). The postal code is 33492.

Villages

  • Aboño
  • L'altu Aboño
  • Bandín
  • El Cantu San Xuan
  • Les Cruciaes
  • La Cuesta Carrió
  • La Llamera
  • Otero
  • El Palacio
  • La Peruyera
  • El Regueru
  • La Sabarriona
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?

References



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