diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-10-21 18:11:49 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-10-21 18:11:49 +0300 |
| commit | 26092b2043649a466d07fbb87078adc8c8612621 (patch) | |
| tree | 965a76cb59a9f6afba7c7f4f8a48cd599d698ddb /src/weather.yaml | |
| parent | 1ad9fda27ca8757dfc6a3d4ee0f43232146b7f98 (diff) | |
Started refactoring bad code. Edited: `parser.rs`, `main.rs`, switched weather-structs to `shared.rs`
Diffstat (limited to 'src/weather.yaml')
| -rw-r--r-- | src/weather.yaml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/weather.yaml b/src/weather.yaml new file mode 100644 index 0000000..36078d3 --- /dev/null +++ b/src/weather.yaml @@ -0,0 +1,74 @@ +Weather: + snowy: + + + () + /\ + //\\ + << >> + () \\// () + ()._____ /\ \\ /\ _____.() + \.--.\ //\\ //\\ //\\ /.--./ + \\__\\/__\//__\//__\\/__// + '--/\\--//\--//\--/\\--' + \\\\///\\//\\\//// + ()-= >>\\< <\\> >\\<< =-() + ////\\\//\\///\\\\ + .--\\/--\//--\//--\//--. + //""/\\""//\""//\""//\""\\ + /'--'/ \\// \\// \\// \'--'\ + ()`"""` \/ // \/ `""""`() + () //\\ () + << >> + jgs \\// + \/ + () + +sunny: + + + / -/ , + # .# -#. + # #, -##. + # ,# %## + # -## /## A + #, ### ### + ##/ ;## ### U + , ####+ ##- ### . + % ,##### ;##- :### -#####/ R + :% ;### ### ##### :##+, + ,#; ###::/########## ,### I + ##/..,- ####/, .-:###; ###= + ,#######: ##= .%#+##### N + ,#######=++ -#####= + ####; .##; K + ##/ ;###% ,%##%- ,# + % ,#:-=##= ,#/::+#= +;=. %###= O + - #. , ###:;#######= + =; +###%# -####, -+ +###- #######; -:=. ? + =#+ :####### -,## ;: ,##%. +#####, + -########### . /: . /#//: ! + .#####:/##% // / + % /+ /- ! + # :# ##/ ,- + /##. +# ########+ 1 + =####/ %## /#########+ + ,######, .; +##%- +#= + ######## :#+#%###/ # =#. + ,%### -## .;#/, ### /. 1 + .:+######% .###. #/%: -#### + =//- =#####+. =, ,#; %###= + #########: ./### #####: + #####% ########### +####= + #### #####% ### /#% + ###/ ##### ### ## + .###. #### /###, ,# + -###= #### %##+ # + -###%, ####. %## -- + ;:. ;###= ## . + .###= +# -joil'99 + =### =/ + ### ,. + ;#: + #. + - +
\ No newline at end of file |
