Pingfeng Mountain

The Pingfeng Mountain (Chinese: 屏風山; pinyin: Píngfēng Shān) is a mountain in Xiulin Township, Hualien County, Taiwan. It is the 98th tallest peak in Taiwan with its main peak reaches a height of 3,250 m.[1][2]

Pingfeng Mountain
Highest point
Elevation3,250 m (10,660 ft)
ListingMountains in Taiwan
Coordinates24°09′05.7″N 121°20′27.0″E
Naming
Native name屏風山  (Chinese)
Geography
LocationXiulin, Hualien County, Taiwan
Parent rangeCentral Mountain

Geology

The mountain is located within the Central Mountain Range.

Pingfeng Mountain is to the left
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentsemoji :: String -> Stringemoji x = ':':x ++ ": "toBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = emoji "exclamation"toBig '+' = emoji "heavy_plus_sign"toBig c | isLetter c = emoji $ "regional_indicator_" ++ [c] | otherwise = ""```
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentstoBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = ":exclamation: "toBig c | isLetter c = ":regional_indicator_"++[c]++": " | otherwise = ""```Bodginated version.
gollark: When I type a line it outputs the corresponding stuff.
gollark: Doesn't for me.
gollark: I'm trying to figure out how to make your program take in *all* the input until a ctrl+d.

See also

References


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