reposboxcancel

17,115 Commits over 1,308 Days - 0.55cph!

1 Year Ago
Add a couple of events to [ToolEvent.MapEditor] for discoverability
1 Year Ago
fix normal on pavement material/ asset cleanup Merge branch 'master' of sbox
1 Year Ago
SceneCamera.IsOrtho is SceneCamera.Ortho
1 Year Ago
Clarify Camera.FieldOfView is vertical and Screen.CreateVerticalFieldOfView converts horizontal -> vertical
1 Year Ago
Vector2.Dot returns float Vector3.Equals doesn't use AlmostEqual, but the == and != operators do Move a bunch of stuff from Client to IClient, PlayerId is now SteamId Client.Pawn is an IEntity Game becomes GameController, added Sandbox.Game namespace Move stuff from GameController to BaseGameController where possible Remove Sandbox.Hooks Rename CameraMode to CameraComponent Make CameraSetup internal Delete FixedCamera.cs Delete LookAtCamera.cs Obsolete [UseTemplate] so we appreciate the scope of removing it Move Event.Frame to Event.Client.Frame, add ToolEvent.Frame Add Event.Client.PreCamera, PostCamera Move Event.BuildInput to Event.Client.BuildInput Move default BuildInput to internal BaseGameController Rename files to match new classnames GameController becomes GameManager Delete CameraSetup Delete CurrentView Use Map.Camera in place of CurrentView Remove dof and motionblur from ViewDesc Delete BrushEntity.Solid (was obsolete) SurroundingBoundsType.Obb => SurroundingBoundsType.OBB Use RangedFloat in SoundEvent resource This change will make existing assets lose their PitchRandom/VolumeRandom until updated Move GlobalRpcHandler to Sandbox.Internal Make Sound.Index internal Hide Prediction.CommandsAcknowledged/LastExecutedPacketNum Move QTextBlock to Tools namespace Rename ModelDoc namespace to Sandbox.ModelEditor Also moved all ModelDoc node classes to Sandbox.ModelEditor.Nodes Renamed ModelDocAttributes.cs to ModelEditorAttributes.cs Delete Sandbox.ConstantBuffer (obsolete & unused) Delete TriggerHurt and TriggerTeleport (obsolete aliases) Delete TriggerMultiple.Wait (obsolete alias) Delete ModelBreakPiece.CollisionGroupOverride (obsolete) Delete CameraMode.DoFPoint/DoFBlurSize (obsolete) Add Local.UserPreference.DefaultFieldOfView Remove unused properties of Sandbox.Water EnableShadows/EnableFog/EnableRefraction Fixed main SceneCamera not controlling the render properly Remove SharedRendering/SetDevLayer hack Delete more obsoletes Deleted PhysicsWorld.IsPointWater Deleted Sandbox.Component.Glow.Active/RangeMin/RangeMax Deleted FogStength from all light entities Deleted OrthoLightEntity.UseFogNoShadows Deleted Global.IsDedicatedServer/PhysicsSubSteps/PhysicsTimeScale Deleted ScenePanel.CameraPosition/CameraRotation/FieldOfView/AmbientColor/ClearColor/ZNear/ZFar/DisablePostProcessing/SceneAttributes Delete CameraComponent DevCamera tweaks Remove Map.Camera, add global Camera Don't use EyeRotation for view angles - because it's laggy and fucked and I'm gonna remove it Remove Entity.,EyePosition, Entity.EyeRotation, Entity.EyeLocalPosition, Entity.EyeLocalRotation, Added Entity.GetAimRay() Delete StandardPlayerAnimator, PawnAnimator Refactoring Cleaning Notes for future Remove unsued Merge remote-tracking branch 'origin/pain-day-rubat1' into engine-refactor-1 Rename SurroundingBoundsType.OBB to SurroundingBoundsType.Object, comment out unused Remove now unused constant buffer binds Defaults for main camera Minimal template fixes Reduce default vertex size Move some stuff from base addon into the game dll protocol++ Add prediction tolerance to m_vecOrigin Split base and compiled assembly again Only compile base addon if we're a runtime game Remove debug Remove rest of fov hacking code, add Screen.CreateVerticalFieldOfView Update TransformTest.cs Fix Gamemode download unit test to use new assembly schema Disable tests that are too much work to get working yet Don't allow LocalScale < 0 Don't complain about TaskCanceledException on game shutdown Add Copy To Clipboard button to Stack property Add facepunch.unicycle_frenzy to test Lets mark a bunch of stuff as obsoleted so people aren't surprised Set default FOV back Merge pull request #669 from Facepunch/engine-refactor-1 orgs/sboxgame/discussions/2652
1 Year Ago
Lets mark a bunch of stuff as obsoleted so people aren't surprised Set default FOV back
1 Year Ago
Don't allow LocalScale < 0 Don't complain about TaskCanceledException on game shutdown Add Copy To Clipboard button to Stack property Add facepunch.unicycle_frenzy to test
1 Year Ago
Only suppress texture deletion and not texture loading during managed render layers, fixes hangs
1 Year Ago
Update TransformTest.cs Fix Gamemode download unit test to use new assembly schema Disable tests that are too much work to get working yet
1 Year Ago
Always add "Compile" option for shader asset type
1 Year Ago
Remove rest of fov hacking code, add Screen.CreateVerticalFieldOfView
1 Year Ago
Do not display "Recompile" option for assets that can't be recompiled Not Upload => Pending Upload Added "Copy Asset Path" to context menu in asset.party asset browser Also made "Copy Path" for local assets copy the correct extension
1 Year Ago
Add support for TSPEC_USE_TYPED_IMAGEFORMAT back, video encoding needs this unfortunately
1 Year Ago
Fix soundscape NRE Fix PanelList overflow
1 Year Ago
Remove debug
1 Year Ago
Only compile base addon if we're a runtime game
1 Year Ago
protocol++ Add prediction tolerance to m_vecOrigin Split base and compiled assembly again
1 Year Ago
Reduce default vertex size Move some stuff from base addon into the game dll
1 Year Ago
Don't skip program when checking if shader is up to date if we failed to load the compiled version (it might not exist) memset shader header so we dont run into these issues that are caused by uninitialized memory Remove subview stuff from vr.cpp, not neded in our case Remove FSR, wasn't doing much and was causing issues with VR stencil, fix vr stencil debug Granular foveated rendering, still needs cleanup Remove old deprecated depth of field, cleanup checkerboard reconstruction Add convars for vr_foveated_rendering Get center lens position from HMD, pass foveation parameters to GPU Cleanup and update shader files Readd FSR for now, wouldn't be able to properly remove it until we have a good replacement, but don't bother with it if we're in VR Remove unused convars Tweak autofidelity, remove autofidelity for multigpu, add autofidelity for mobile while at it, fix typo Tie vr_foveated_rendering to autofidelity, optimize shaders a bit Fix rebase changes for shader assets Merge pull request #652 from Facepunch/vr-foveated-rendering VR Foveated Rendering Minor summary adjustment to PhysicsBody.SurfaceMaterial RangedFloat can be read from a number in JSON too Delete BrushEntity.Solid (was obsolete) SurroundingBoundsType.Obb => SurroundingBoundsType.OBB Use RangedFloat in SoundEvent resource This change will make existing assets lose their PitchRandom/VolumeRandom until updated Move GlobalRpcHandler to Sandbox.Internal Make Sound.Index internal Hide Prediction.CommandsAcknowledged/LastExecutedPacketNum Move QTextBlock to Tools namespace Rename ModelDoc namespace to Sandbox.ModelEditor Also moved all ModelDoc node classes to Sandbox.ModelEditor.Nodes Renamed ModelDocAttributes.cs to ModelEditorAttributes.cs Delete Sandbox.ConstantBuffer (obsolete & unused) Delete TriggerHurt and TriggerTeleport (obsolete aliases) Delete TriggerMultiple.Wait (obsolete alias) Delete ModelBreakPiece.CollisionGroupOverride (obsolete) Delete CameraMode.DoFPoint/DoFBlurSize (obsolete) Remove unused properties of Sandbox.Water EnableShadows/EnableFog/EnableRefraction Delete more obsoletes Deleted PhysicsWorld.IsPointWater Deleted Sandbox.Component.Glow.Active/RangeMin/RangeMax Deleted FogStength from all light entities Deleted OrthoLightEntity.UseFogNoShadows Deleted Global.IsDedicatedServer/PhysicsSubSteps/PhysicsTimeScale Deleted ScenePanel.CameraPosition/CameraRotation/FieldOfView/AmbientColor/ClearColor/ZNear/ZFar/DisablePostProcessing/SceneAttributes Merge remote-tracking branch 'origin/pain-day-rubat1' into engine-refactor-1 Rename SurroundingBoundsType.OBB to SurroundingBoundsType.Object, comment out unused Remove now unused constant buffer binds Defaults for main camera Minimal template fixes
1 Year Ago
Matched the volume of the grass footstep sound to match the rest
1 Year Ago
Refactoring Cleaning Notes for future Remove unsued
1 Year Ago
Fix monitor rendering in vr https://i.imgur.com/RxCVQ2h.png
1 Year Ago
Remove Entity.,EyePosition, Entity.EyeRotation, Entity.EyeLocalPosition, Entity.EyeLocalRotation, Added Entity.GetAimRay() Delete StandardPlayerAnimator, PawnAnimator
1 Year Ago
Remove Map.Camera, add global Camera Don't use EyeRotation for view angles - because it's laggy and fucked and I'm gonna remove it
1 Year Ago
Built shaders for testing
1 Year Ago
Convert GameIcon & Home to razor Loading screen to razor Remove FriendLine html template
1 Year Ago
█▍▍▋▉▍▍▅▉▆▊▌ / ▊▋▌ ▅▋▇▆▉ ▊▅▄▍▋█ ▋▌▋▍█▄ ▍▇▋▆▅▋ ▌▉ ▄ ▄▅▉▊▅▊▋ ▅▋ ▇▊▋, ▌▌▇▌▍▍▅▆ ▄█▉▋▉ ▍▆▄▊▄▍█ ▊█ ▉▄█ ▇▊▋▍ ▊▍▊ ▋▇▄█▇ ▇▆▌▊▇ ▄▊▉▌▄▆▇▋▉▋█ ▆▄█▇▇▇▊▆ █▆█ █▍▍ ▆▌▌▊ [▆▌▄▋▇▇▍█▊▆▇] ▇▆▅ ▆▆▉▆▉▅▄▍▉▉▆▄▊▅▉ ▌▌ ▇▉▄▆▍ ▇█▋▄▇▌▋█ ▌▄▄ [▆▆▋█▄▆▊▉▆▆▉] ▉▆▋ ▌▌▌▇▄▌▅▌▇▍ ▄█▉ ▋▆▆▅▊▅▄/▇▍▌█▋▄▌ ▉▍▊▌▍▉▇▉▍ ▌▄▌ ▆▍█▍▌▇▊▋▌.▆▍▅▌ ▇▅█ ▌▄█▊▍▍▉▌▊.▄▅▍▆▆ ▇█▄ ▌▍▅▍▄▄▄ ▅▇▄ ▆▍▉▄▉▇▌▊▍ ██ [▍▆▇▉▇▋▆▋▉▊▍] ▉▄▍▇▄ ▉▌▄▇█▊▍▇▍▄▄.▉▉▇▉█▍▊ ▍▋▌ ▇▋▆▌█▌▇▆▇█▄.▆▇▇▌▍▄▍▇ ▇▄▊▆ ▊▊▅▅ ▄▉▊█▄ ▊▅▅▅▋▉▄ ▌▉▄▉▉ ▄▇▆▄ ▊▉▌▋ ▊▇▌▋█ 🥴 ▊▅▇▊ ▇▋▋▄▍▉▅▅▋▅▉ ▍ ▉▌▍▄▊▊ ▆▍▅▇▄ ▋▋█ ▇▇▇ ▊ ▅▇▋▅▆▇ `▋▉▄` ▌▄ ▌▍ ▇▇▋▄▉'▌ ▊▌▍▌ █▉ ▍▊ ▍ ▇█▆▌▋ ▄▄▅ ▅▇▊ ▊▇▅▉█▌▆█ ▋▇▍▇▋█ "▋▌▅▉ ▇▊▆▊▋▅▉▊▆▅▌ ▆ ▆▊▋▌▆▇ ▊██▉▆ ▉▍▊ █▅█ ▇ ▄▆▍▉▌▊ `▇▍▉` ▄▍ ▌▉ ▄▉▉▅▆'▊ ▍▆▇▆ ▋▄ ▋▇ ▋ ▋▅▋█▅ ▍▄▊ ▆▊▋ ▄▉▆▋▊█▊▄" ▆▍▇█ ▅█▉▄▊▄▆ ▉▅▇▉▆█ ▇█▊▊▄▌▆█▉▉▇▄▊▊▆█▋▅▌▇▊▉▍▊▍▇▊▍▅▊▋▄▍▇▆▍▍█▅▅. ▄▄▊▍▅ ▍▄▇▄▄▇ / ▅▋▌▋▋█▍ ▋▊▅ ▇▆▌▌ ▆▅▆▇▆▉▇ / ▍▊▆▊▍▄█▍ ▇▆▍▅▆ ▉▇▄▊▉█▍ ▋▉▍▋▋ ▋▄▍▌▌▄ ▋▉▄ ▆▄▊▅ ▌██▋▇ (▍▇▅▊ ▇▍▄▊ ▌▌▉▊█ ▋▉▌▆ ▄▉▄▉▆▆▉ ▅▆▇██ ▊▄█▍ ▆▄▇) ▊▄▊▍ ▌▅ + ▆▍▄ █▌▇▄▆▉▇▍▋▌▊▅▉ █▄▊▉▅▅ ▋▄ ▊▆▊▅▅▅▇▉▅ ▇▄▆▉ ▊█▄ ▇▆▅▋▉▅▇▇▅▄▉ ▊▇ ▆▍▄ ▅▄▌▉▊▍ ▅▇▍▇▉█ ▊▍▄ ▋▉▊▅▍▍▄█ + █▌▇ ▍▅▊▋▆▍▇▍▄▉▌ ▍▇█ ▄▋▋▆▊▍▋▆▄▋▄▋<▄>() ▄▄▅▉▇ ▋▆▍▍▋▆ '▅▊▄▋▌▉' ▍▊▆▋ ▌▆▇▆▌▍-▊▊▄▌▊▉-▌▇▌▍▍ ▉▅▅'▉ ▄▄█ ▅▄▌▍█ ▉▌ ██▇▅▌▌▇█▌▊ ▆▍ ▍▊▉▋▋ ▌▌ ▉▇█▅▆▋▆▍▅ ▌▄▊ ▅▉ ▍▅▄█▅▄▅▉▄▇█▆▅▄ ▋▉ ▆▅▅▊▍ ▉▍ ▇▅▇▊▌▆ ▊▋▍▅ ▇▍▉█▆▉ ▋▊▍▆ ▅▊▍▊▅▅▉▉▍█▉ ▊ █▅▋▇▌█ ▆▇█▊ █▅▌▄▆▄▍▉ █▍▍▆ ▌▋▅▋█▋▊▄▋▉ ▉▊▉▇▋ ▍▋▇█▊▌█ ▅▌▋▄▍█▊▇ ▄▊▋▅ ▆▄ ▅▄▍▉▊▇▌ ▍▉▆█▍ ▇▍▌▄█▇▇. ▇▉▇▄▇ ▌▅█▇█▍ ▍█▄▋▋ ▊▇▍▍ ▉▊▅▇▉▉▄▅▊▉▍▅█, ▋▌ █▌▄▊ ▊▉▍'█ █▉▇▄ ▌▉▆▅ ▋▉▇▌▋ █▍█▋▌ ▍▋▌▉▌▉ '▊▅▇▍▊▋' ▆█▉▅ ▋▋▆▉▅▊-█▇▆▉▄▍-▅▄▍▉▌ ▌▉▆▊▍▋▌ █▋ ▆▆▉▍ ▇ ▍▆▉▊▆ ▆▆ ▊▇▆█▆ ▇█▊▄ ▇▄▄▍ ▇▍▇ ▉▋ ▄█▄█▇▅▋. ▇▆▄▋▉ ▇▊▆ ▉▆▅ ▍▅▋█▇ ▋▋▍▆▉ ▄▍▄▌▄ ▍▅▌▅▆▍▄▋▌ ▅█▍ █▍▇▋▇ ▅▋██'▄▊ ▄▆▋█ ▍▅▇▆▄▌▉█▉██▍ ▅▌ ▇▌▇▍ ▌▆▍▍▌ ▊▌▇█▉▌ '▉▋▍▉▉▅' ▉▉▌▇ ▅▌▉▋▆▍-▅▉▉▄▅▇-▅███▍ ▇▊▇▋▇ ▍▉▄▊██▊ ▋▌▇█▉.▊▇█▅▉▋▊▋▍ ▉▋▅ ▊█▅▄▆.▆▍▉▊▋▍▄▋▊ █▋▍▋▆▌ ▍▊▋▄▄▋ + ▌▌▊▍ █▇▌▌▄▄▆▉█ ▊▇▍▌▍ █▇ █▍▇▍▋▅▇▌ ▆▄▋▄ ▍▉▇▄▌▊ ▇▉▆▍▉█ ██▆▉█▄ (▋▌▊▊▇▌▉▋) ▆▆▄▍▊▄ ▆▆▉ ▍▆▇▄▅▉▌▅▉▇ ▌█▇▌▋▇▆▆ ▍█ ▇▅▉ █▄█ ▄▉▆▇█▅▆ ▌▆▇▅▍ / ▉▆▋█ ▋█▊▆▍█ ▆▉▇ ▋▇▋▆▋▋▌▄▋ ▉▆▍ ▆▍▋▆█▉▇▆▇▋▋▊ ▌█▄ ▌▌█ ▊▆▊ ▍▊ ▌█▉█▊... ▆▍▋▊█ ▉▉▉▍▄█ '▌▌▆▄▄▉' ▄█▇▊ ▄▅▇▍▍▆-▆▆▍▋▍▄-▋▄█▍▄ ▅▆▌█ ▍▋▄▋█ █▌▉▆ + ▇▄▅▍▅▋ █▋▉▇▆▇▍▆▉ ▋▅ ▆▊▅▉▍▆▉▆▅█▆ ▅▉▌█▊▊ ▇▌▍▋▌▊█▇▊ ▍▉▄▍▉█. ▍▆▅▆█▊█ ▌▉▋ ▄▆▅ ▊▍▉▌ ▋▆▌▋ ▌▇▇▍▋▆▆▇▍▅ ▆▍▌▅▆▊▅▆▍▍▍▇▄ ▌▇▆▊ ▋█▋▇▊▊▋▅ ▌▋ ▆▊█▆ ▉▊▉▋▇ ▇▉▊▌▋ -▉ ▆▍ ▋█▇▉▉▉ ▉▉ ▍▆▌▊ ▇▄▍ ▇▌▌▉▉▊▇▋▉▄▄▌▅▄▉▍ ▌▇▊ ▄▊▉▆▋▄ ▍▊▊▇▊▅▄▇ ▉▆▍ ▌▍▋▆▇ ▋▌ █▉▋██▇▆▍▆ ▊▄ ▇▌▉▅▉▊▍▋▇▌▍ ▍▉ ▊▋▉▅ ▍▉▇▊▍ ▋▌▅▇▉ ▆▇▅▋▌█ '▆▆█▇▋█' ▅▇▊▇ ▍▉▊▅▋▊-▋▅▄▋▇█-▇▄▋▍▅ ▅▋█▆▅ ▄▉▆█▇▅ '█▉▇▄▄▊' ▋▇▉▅ ▋▉▉▄▊▅-▄▌▌▇▊▋-▆▄▉▆▄ ▌█▅▍ ▇▇▊▊▉▇ ▇▇▋▇█▇▍▇▆▍▆ █▍█▇▉▍▉▊ ▆▇█▌▉▌▌█ ▆▇▅▌▇▅▋ ▊█▅▄▆ █▇▊▇▆ ▌█▉▊▉▋█▄▄ ▆▍▌▉ ▅█▉▍▋▄ ▄▄ (▍▆)▅▋▌█▍▇▅▍▊ ▅▉▋█▇▋ ▊▉▋▌▆ ▌▋▌▌▍/▊▊▉▉▊▆ ▆▌▅▇▌ ▊▇▉▋▌▆▇▊▄█▍▅.▅▄█▇▆▊▇ ▇▍▄▉▆▊▊▇▄▍▆▌▇ ▍▍▍▆▆▄█ ▊█▅▌█▊█/██▅▍▄▅▋▄: ▍▊▌▆▄▆ ▍▆▋▌▉▊ ▆▅▅▆▄▅▆▋ ▌▋▅▄▊▅ + ▆▌▌▍▆▊▊▍ ▍▆▇ ▄▍▅ ▊▅▇▍▌▄▆▆ ▇▍▌▌▍▍▅▅█ ▋▉▌▄▄█▋▊ ▍▍▆▆▌ ▌▄ ▆▄▅▊'█ ▆▅▉▍▍▉ ▌▅▇ ▋▊▋▌▋▊ "█▄▅ ▊▋▊▇▍▄▍▄ ▉▅▋▊▌▌█▋▆ ▉▍▍▄█▉▊▆ ▅▇█▇▄ ▆▊ ▅▍█▍'▋ ▌▆▉▍▍▍ ▋▇▊" ▍▌▇▄ █▄█▅▄▅▆ ▍▅▋▋▉▊ █▍▄█▌█▉▍█▇█▍▅█▋▆▉▆▉▅▇▉▅▆▄▌▆▊▌▋█▌█▆▉▌▇▆▄█. ▋▅▄ ▊▍▅▍▊█▋▉▉▆▇▇▌▋▌█▄▅ ▌▅▋ ▌▊▉▌▍▍▍▇ ▆▄▇▆▉█▆▍▍ ▉▆▄▅ ▍▊▄▍▊▄█▋▍▆▍ ▍▇▌▇▉ ▄▋█▌▅▇▅▄▅▇▆▊█▅▉▊▄▉ ▍▄█▍▇▍█ ▉▆▋█▆▆▊▍▇▌▌▋▆ ▄▊█ ▄▌▆'▋ ▌▇▌▋▆▍ ▋▌▇ ▅▅▇ ▉▇'▉▄ ▇▉▍▅▊▊▄▇▋ ▌▋ ▉▇▉▇▅▄ ▅▊ ▆█▄ ▅▆█▌▊▆ ▋█▅▍█▉▅ ▉▌▅▅, ▅▆▉▍ ▇▅ ▆█▋ ▋▍▇█▊▇▉ ▆█ ▊▋▋▄ ▋▉▆▋▌▄▋█ ▌▆▍ ▄▉▄▍▅▋ ▄▅▇▌▉▋ ▅▋▆▄▍▌▅▆█ ▇▄█ ▍▊▊ ▇▆▋▆▌▋ ▇▇▅ ▇▊▅▊▉▉█ / ▆▆▋▅▍▉▍ ▋▊▋▍▉▊█▉ ▄█▅ ▋▍▊▊▊ ▄▋▇▅ ▋▇▊█▊▌▍▌▆ "▅█▊▌▆▍▊▅ ▋▌ ▋▋▋▊▋▉" ▋▊ ▋▊▉▋█ ▊█▅█▍▆▇ ▊▋▊▇ ▌▍█▍ ▋▋▍▉▇▌▊█ ▄▋▍▍▍ ▆▅▆▋█▄▄▇ ▄█▊▌█ ▅▍▅█ ▋▌▄ ▌▌▄▊ ▄█▉ ▄ ▍▅▋▄ ▇██▊ ▇▊█▌█▉ ▊▆▇▊▍▋▊ ▇▊▍▅▌▄▇▄ ▉▊▄ █▍▇ ▍▋▉▉▄▋ ▇▋▋▇▍▊▆▅ ▌▇▇▉▌ ▇▊█▌▍▉▇ ▄▉▋▍ ███ ▅▋▉▋▅▌▄▇▉ ▌▉▅▅▋▅▅ ▆▇█▉▉ ▋█▌▊▍▊ ▊▋▍ ▌▍█▅ ▄█▇▉ ▆▊ ▌▄▄▊▆ ▋▇▉▌▇://█▊▍▌▌.█▇▊▄▅▅▇▉▊.▍▊▋/▍▋▋▌/▋▄▌▋▉▊▋▊/▌▊▅▋_▇█▆▍▊▇▊▄▊█.▄█▉ ██▊▊▄ █▌▄▉▋▉▄▅ ▇▌▉▄▅ ▉▄ ▉▆▅▋▊▅.▊▅▋▆▆▍█▆ ▄▅▄▍▌▆▇▊▌▊ ▋▌ █▄▋█▊▇▉/▇▍▆▆▍▍▍▋ ▋▇▆▉▉▊▍ ▆▋▉▄▇▇▋ & ▍██▄▌▊▊ ▇▇▉▌█▄ ▆▋▌▅▄▍█ ▉▇ ▉▅▅▅▉▋▄.▍▉▄▆▊▄▌▋▍▄▆ ▅▇ ▄▊▊▅▊▊ ▉▌▇▍▇▌▅▉▌ ▇▌▊▅ ▍▇ ▇▄▌▅ ▇▆▍▄▆▍▋ ▇▆▇▌▉▄ ▉▌▅▆▉▊▊█ ██ ▍█▄█▄▆ ▄▊▊▋▍ ▇▇▊▋▄▍▊ ▉▍▆▄▌ ▌▅▆▋▅▋ ▇▆▋▌▌ ▍▊▆▉▊▄ '▅▊▅▋▄▅' ▉▉██ ▊▄▌▉▅▍-▊▅▇▌█▍-▌▇▉▆█ █▊▅▌█▍█▋▊▌▄▌▍▊▅▊ ▆▋▅▌▇▋ ▍▍▄▅▋▉▆ ▋▌▅▋▋▄▍ ▇▊▅▄▇ ▋▉▅▉▆ ▇▅▇ ▆▉▉▇ ▇▅▋▋▅▋▆▆▌▉▌▍▌▅▆▊ ▆▇▊▉ ▄▉▊▅▋▇▌▌▊▆▄▅.▆▌▇▊ ▆▅▅▌▍▌█/▅▊▆▋▅▅▉▅: ▍▍▄▇▌█▊ ▍▌▍█▉▊▉▊ ▊▄▋▊▇ ▄▅▌▉ ▅▄██▉▊▊/▊▅▅▄▆▆█▉: ▅▊▅▇▌█▆ ▌▊▄▉ ▊▇▉ (▅▄▌▅█ ▅▋▄▅█▅▆▋, █▉███, ▉▆█▋▍▋▍▅; ▌▆▋ █▍▄▇) ▅▍▄ ▆▅▋▇▋▅ ▉▋▆▊▋! - ▌▆▆▉▅ ▄▅▄▇▄▄ ▅▇▆▉▆://▊█▅▍▉.██▅▆▊▆█▇▆.▆▉▇/▇▄▍▉▌▌/▍▅▅▉▄▆▍█/▅▆▌▌▆▄_▊▅.▇▌▅ ▇█▌▊▊ ▅▌▉▌▍▅ ▉▋ ▋▉▆▋ ▇▍█▌▇▆▅▆ ▉▇▍ █▊▆▋▅█ ▉█▄█▉█! ▅▋▅█▍▊▅▅ ▊▌▌▋█▇▆▍▅▋█ ▅▋▌▄▅▋ █▇▇▅. ▄▅▇▌█ ▆▅▅▌▅▉ █▆▆▉▋█▇ ▋▅▊▇ ▇▄█▊▆, ▊▍▊▉▆ ▋▍▊ ▋▉▍▍▄ ▄▌▇ ▉▌▊█▉▉▇ ▇▄▊▅▉▋▋ ▇▇ ▋▄█▅▅▊▆▊ ▇▊▋ ▆█▇▊▅ ▋▍▋▅▋ ▅▊▅▊▇█▊▊█ ▌▄▆▉▅▄▉▊▆▍▊▄▅ ▌▋▅▌ ▋▍▄▋▌▍▅▊▊▇▇▉▋▅▊▄ ▍▌▋ ▍▍▅▊▉▅▋ ▋▉▋▍▋███ ▋▋▉▊▍ ▄▄▍▉▊ ▆▄█▌▄▍ ▆▄▍▅▍▉ ▇█▊▅▆▊▌ ▊▊▌▅, ▆▇▌█▆ ▌▋▌ ▍▊▍▇ ▄▆ ▍▉▌▋▋▉▆... ▉▆█▅ ▄▌▋█▄▍ ▄▇▍▅. █▅█▍▅://▅▇▍▍▇.▅▉▌▆▅▄▌▌▇.▌▋▅/█▇▆▍▍█/▍▊▍▍▅▅█▇/▇▋▉█▍▉▆▄▍_█▄▉▇▍▄▅▄▄█.▆▊▄ ▋▅▅▌▍▆ █▅▇▊▌▋ ▋▅▆▌▍▅▌█▇ ▋▍█▅▍ ▉▋▍▅▋▅ '▋▆▍█▆▄' ▉▄ ▉▌▅▇ ▋▉▆▍▍▅▅/▆█▆▋▄▆▊▋: ▄▋▋▆ ▆▍▊▄█▅▌ ▊▌▉▌▌ ▉▊▉▋▉▋ '▊▌▋▍█▋' ▉▉ ▍▆▉▆ ▉▆▌▊▌▇ ▄▉▌▋▄ ▉▆▊▉ ▇▅█▊▍▅▇▄ ▍█▆█▌▉ ▌▅▊▄'▊'▄▉▄▍ ▋▅▊ ▄▌▌▋▆▋▌▆ ▅▇▉▉<▊▄▆▅▍▅▊▌▆▄▍▉█▉▉▊▍▇▆▊▉▆>, ▅█▆ ▆▆█▊ ▉▇█▊<▅▇▉▋▇▅> ▋▄▆█ ▄▍▆▆▋▅▅▇▌▅▌▍█▍▋▍▊▍▅▆▊ ▊█▍▇▅▄ ▌▉▆▉▉ ▆▌▅▉▄▍█▇▉▆ ▉▇ ▋▅▍▊▍██▋▍▄ ▋▇█▆▍▉▅ ▆▋▉▊▆▊▉▌▆ ▍▊█▌ ▊▇▄▅▆ ▅▅█▍ ▄▋▋▊▆▄▋▅▋▄▌▅▆█▍▋ ██▇▌▋▉▋▇▄▇▇▇▇ ▄▋▇▋▇ ▋▋▌▊█▉▄▅▆▊▉▊█▍▄▇▌ ▊▌▉▆▉ ▄▇▉▌▊█▋ ▋▇ ██▍▋▆ ▌▌▄▌▋▉▇▅▋█ ▍█▆▍ ▅▄▉▅ ▅▅▋█▄▉▌▊ ▇█▆▅▆▉▅▌ ▉▄▊▄▌▊▆▌ ▊▅▍▅▅▌▉▇ ▍▆▋▊█▇ ▋█▍▄ ▅▌▌▊ ▅█▇▇ █▅ ▇▉ ▇█▌▌▌ ▍▊▊ `▉█▍▍▅▍.▋▉█▅▆▅▄.▋██▄▄▍█▌▋█▇ ( ▍▇▍▆, ▋▉▉▋▌▆▉ )` ▊▌▍█▅ ▊▋▍ ▆▌▆▉ ▊▍█▌▌▍ ▆▌ ▋▄▊ ▄▌▄█▌▌▊ ▉▇ ▌▅▌ ▉▄▊ ▋▋▄▌'▆ █▊▌▇▆▆▋ ▋▌▊█ ▌▊▆ ▍▉ ▅▆▍▄.▊▇▌▊ █▅▍▋▅▅ █▋▌▌▅ ▇▄▋▅▉▅▍▋ ▋█▆▅ ▆▅▄ ▊▉▄▋ ▊▅▌▅▌▅▆ ▍▉▊▅, ▊▄▌▅ ▊▉▇▄█▍ ▋▊ ▅▆▆▄▋ ▊▅ █▌ ▊▄▆▄█▌ ▍▄▇▆▇▄▉▋ ▆▆▄██://▇▉▊▌▌.█▋▌▊▄▉▆▇▅.▇▄▍/▊▅▅▊/█▍▅▋▇▉▉▉/▍▋▊▅_▊▅▇▍▅▇▉▋▄▆.▍▋▍ ▄▍▆▋▆ "▊▍▇▌▌▉▉▅▉▌▅▆▊ ▇▌▄▊▍▍ ▄▋ ▇▉▇▊ ▅▄ ▇▋▇▊▆▌▊▄▋▌▌▇▌" █▍▋▋▊▋▊▉▍ ▌▇▍▆-▊█▇▇▍▅/▊█▆█▆▅/▌█▍▆ ▅▆▌▊▅▊▋: ▉▌▋▍▉ ██▍▍ ▋▄▅▅▋ ▇▍▋▊ ▇▆▉▉ ▉▋▆▊▇ ▋▊▉▇ ▄▄ ▊▋ ▉▅▆ ▄▄▋█▆-█▌-▆▌▉▌ ▆▅▍▌▇▆ ▍▇ ▄▊▍▅▊▇█▇ ▍▅█▄▋▋█▉▆█▅▇▄ ▍▄ ▌▌▍ ▇██▆▊█ ▋&▆ ▅▉▅ ▍▅▅▋▅▌ ▄▇█▄█▊▇ ▉▍▄▊▆▄ ▉▅▇▊▍▄▍▊█ ▄▆▉ ▊▌█▇▆▍▊ ▍▄▍▉▇▌ ▌▋▄▊-▊█▅▄▄▄/▄▊█▅▊▅/▆▉ ▇▆▉▌▋▍▆ ▊▅▄▇▄▊▊▄▋ ▅▆▍▄▋▉▅ █▊ ▌█_▋▋▌▍ ▋▌▇▆ ▄▇▄▄▅█▄▇▄▊▍ ▇▇▊▊▄▇ ▆▆▋▋▄▄ ▆▌ ██▍▆▅▉▆, ▆█▍█ ▅▆▌▉ ▋▆▄▌▊▉▄ ▅▄▋▉▉▊▉█▍▆▋ ▅▊▄▄▄▍ ▅▋▄▍▊▆▌ ▅█▊▍ █▍▆▊ ▇█ ▇▌█▉▄▊▋ ▍▍▅-▇▄▅▉▋▆▅.. ▊▌█ ▄█▌▍'▇▅ ▍▉▄▍▄▅▌ ▅▊ ▆▉ █▅▅ ▇▄▋▄ ▉▅▆ ▅▆▆▌▉▋▍▇▌ ▍▉▅▍ ▊▅▌▍▅▅▅. ▍▌█▋▋ ▉▋▄▄▋▋ ▇▆▌▌▆▌▅ ██▍▌▌▇ ▍ ▆▆█▆▅ ▌▌█▍▆▆▌ ▉▅▄▄-▌▆▅▅▆▍/▄▌▌▄▌▋/▋▆▅▄ ▅▋█▇▆ ▌▍▍▌▍ ▆▊ ▊▇▇▄██ ▄▉▊▅▋ ▇▅▊ ▇▅▄▅ ▋▊▅▆ ▋▋▊▊▋▄ ▇▆▆▆▊█ ▆█▋▋▆ ▆▆▉▇ ▍▄ ▅▆ - ▉█'▋▍ ▋▆▊█▇▊▉▇ ▌▊▍▆ █▌ █▊▊█▌▇ ▆▌█ █▉▌▋ ▋█ █▆▊ ▉▇▉▄▄▍ ▌▌▅██▊ ▇▇▌▅▊▉▉ ▅▊█▊▌ ▋▆▌▉▌▌▍▇, █▇▊▅▆▇▊▋▊ ▍▆▋█▋▄▆, ▍▊▄▍ ▌▅▍▅▊▋▆▋▅▆▄▆▉▄▅▍▊▋▌▆▌▌█ ▊▅ ▍█▄▅▊▉.▅▋▍▉ ▇▇█▉▉ ▄▌▉▇▌▄▆▇ ▊▅▉▆▋▌▄ ▄▊▇ ▄▊▆▆▊▉▋ ▍█▉▉ ▌▊▆▆▇▅▍▆, ▄▋▅▊▄ ▇▄▄▇ ▇▍ ▌█▊▍█▌▆▌▆▄ ▊▍ ▉▊▋▋█▇ ▍█ ▊ ▅▌▉▉▍▄ & ▆▌▊██ ▉█▊▅▅ ▊▋ █▄ ▇▊▅█▋▉ ▄▇▊ ▉▊▇▍▇▋ ▊▄█▉▋ ▄▍▊▉▆█ ▄▄▊▊▌▉▉ █▇ █▊▅▌ ▇▄ ▍▆ ▄▌ ▄▊▅▍▉▄▆▆▊▄ ▇▄▉▆▇█▄▊ ▄▊▄▌▉▍ ▇▍▍▊ ▅ ▋▅▋▉ ▋▅▌▍▄▅▉▊ ▆▌▇▍▇▅▍ █▌▍▆▅://█▋▆▄▅.▊▉▅▊▄▌▌▊▉.▋▄█/▉▍▉█▄/▋▍▅▍▍▌▄▅/▇▋▍▉-▅▄▌_▋▋█▉█▄▆▄▉▇.▌▇▌ ▄▆▄▊▊ ▇▍▇▍▆▋ '▋▅█▋▄▍' ▄▇▋▆ ▋▌▉▄▄▄-▉▍▊▊▄▉-▅▅▄▋▇ ▌▋▄ ▉▋▉▊'▌ ▆▉█▍▉▇ ▉▉▊ ▆█▉▉▊▇ ▇▇▇▊▊▆ ▍▇▋▇▊ ▆▊ ▋▊ ▍▇▌ ▆▌█▅▍▄ ▆▉▍▉▌! - ▉▆▋▆▇ ▊▅█▌▄▊▇ ▅▋▊▍ ▄▌▌▍▇ ▅▊▇▋▍▆█, ▆▇▅▆ ▇▉▅▄▌▍ ▆▄██. █▌▊█▇ █▇▅▆▊▅▊██▉ ██ ██▋▅▉ ▌▇▍▉▉▉▄ ▅▉▋█▍ ▊▌▊▇▉▋▅ ▅▄▉▄ ▋▅▊▉█▉▌▉▋▇ ▌▄▆█ ▋▍▋▄▅▄▇▅▉, ▌▋▋▅▌▋ ▊▍█ ▇▇▆█▌▄ ▊▉▋▆▋ ▊▌▌█ ▌▋▌█▅ ▍█▊▉ ▊▌▋▊█▍▌▅▇▇ ▊▍▆▇▄ ▊█▉▇▄█▌ ▍▌▇▆▄▌▆▌ ▉▍▊▋▋▍▆ ▍▅ ▋█▉▇█▅█ ▊▇▋▋▊ █▄▉▄▋▌ ▍▇▅▍ ▍▌█▌▋▇█▊▅ ▇▉▇▊▊▍▉▉▋ ▌▊▋▄█▆▄▌▄ ▋▄ ▄▇▉▄▌▉▊ ▌▉█▅▅▋ ▊▇▅▄ ▇▍▅▅▇ ▆▉█▅▌█ ▆▌ ▌▆▋ ▉▄▄▍ ▇▌ ▄▆▋▍▆ ▊▉▍▇ ▄▄▍▉▄▉▌▋▅▄ ▉▊▊▆▊ ▋▉▍▇▆▊. ▇▆▋█ ▌▍█▇▍▍ ▌▆█▇▅▌▆▆▆▋ ▇▌ ▍▋▆█ ▍▄▆▊▋▆▋▋▋ ▌▆▄▅▊█▇ ▅▅▊▇▆▍ █▌▇▋ ▅▉▇█▆▍▅ █▍█▄▆▅/▊▉▋▉ ▇▊▅▄▉▆. ▍▋▌▄▍▆▍▉▇ ▇▄▅▆█▆ ▉▆▍▋▊▄ ▆▍ ▍▄▌█▇ ▅▆▅ ▊▉▆ ▇▋█▍▆▆ ▍▌▋▌▅ "▉▇▇▇" ▋█▆▆▌▆▊▋▌, ▄▅▋ "▊▇▅▆". ▇▉▄▄ ▉▅▆▊▉ ▊▅▉▄ ▋██▅▄█▋▌ █▋▍▋▍ ▉▍▅█▇█ ▉▊ ▋▄ ▇▆▌▉ ▅▊ ▋▅▅ ▅▋▅▉▊▉/▊▍▇█▍▋, ▄▇▉▊▇ █▄▇▊▍ ▇▍█▅▌ ▅▌▊▆▊▉. ▋▊▆█▇ ▉▌▋█▅▆▌ ▆▆▍▆▍▋ ▅▋▌█▅ ▇▅-▄█▋█ ▅▋▆▆▆▆▊▇▅ ▄▍▅▊▅ ▌▅▅▆▍▌ ▌▌ ▌▄▍▋▇▉▌▇ ▇▅▅▆▇ █▄▊▍▍▆▍ ▋▋▅▊▆▆ ▆▆▍▌ ▉▌▉▇▌▅▆▉▍ ▅█▌▊▌ ▍▇▌ ▇▅█▆▍▉▌▄ ▅▍▇█ ▄▆▊ ▇▉▊▆ ▋▄ ▉▌▇█▄▅▉ ▍▄▇▊▌█▍ ▄▉▉ ▉▆▊▆▊▆▍▄▍▍ ▌▉▅▆▊▊ (▌▌▆▄ ▋▍ █▇▅▅<▉▋▊▉▇▉▋▍▄▄▄▋▌▊██▄▅▊▇▌▄▍▆▉>) ▅▌ ▉▌▉▋▆ ▄▉ ▊▆▇▇▊▇▋ ▆▅▊▉▅▍ ▉▉ ▇▌▇▊▋▆ ▉▋█ ▄▆▊▆▄█. ▆▋▊▇▄ ▆▄▋▉▇▊ '▊▌▆▊█▅' ▆▍█▋ █▊▇▇▅█-▍▇█▊█▅-▋█▋█▊ ▉▇▇▅ ▌▇▅▊▊█▋▉▄█ ▇▉ ▋▋▅▇▍▌▋▄█▄▊▅ █▅ ▌▌▄▉▊▉, ▅▉▊ ▆▅▋█▄▆ ▋█▆ ▅▉ ▍▊▊▅▊▊ ▉▆▊▋▊▄▅▉▊. ▍▉█▌▋█▅▅▍▅▆█▋ ▌▊▊ █▄▌▅▅ ▆▍▍▍▄▍▌ ▌▊▅▉▍█▇ ▆▍ █▇▅▌▉▋▍ █▆▌█ ▄▄▅ ▍▇▇█▊▉▉. ▌▋█▆▆ ▇▄▊█▆▉ '▇▊▄▋▊▇' ▊▉▄█ ▊▅▉▌▋█-▅▆▉▍▊▊-█▉▉▋▉ ▆█▌ ▌▋▉▌▊▇ ▄▆▋▄▌! - ▅▉▄▅▊▍.. ██▌▌█://▍▇▍▋▆.▉▅▍▋▇▄▅▊▌.▉▊▅/█▇▍█▉▅/█▄█▇▍▋▅▋/▉▄▇▌-▆▍▍_▅▉▄▋▆█▄█▇▆.▄▆▆ ▄▉▌▍▇▅▉... ▊▋▅ ▆▅▊▊▉▅▆. ▍▇▊▆ ▆▌▍▋▆▋ ▇▊▄▄. ▍█▍▊▄ "▅█▉▅ █▆█▇" ▋▊ ▊▌▉▇▅▆▊▊▍▌▊▍▆▄█▅.▄▋▄▇▊▊▍▉▍▌█ ▆▆▄ ▌█▅▅▊ ▍▌▆▍▋▆▌▍ ▌▇▆▆█ ▊▆▆▊▆█▍ ▍▌▄█▆ ▌█▇▍▄ ▆▋▅██▇▌ ▋▇▅▌▋ ▅▅▋▊ ▄▉▍▋▅▅ ▊▅▊▄▋ ▌▋▍▋▉▄▋▅ █▄ ▍▆▍▇▍▍▇▅▆▋▌▋▉ ▌▍█▅▌▄ ▄▍▋ █▉▍▄▇▇▆ ▋▇ ▄▆▉▄▇▄ ▇▆▆ ▇▄█▇. ▍▅▅▅▋▅ ▌▍▄ ▇▅▆▋ ▇█ ▌▉▍▌▉▇▌█▄ ▋▊▇. ▋▊▌▋▍▇ + ▄▊▌▍▆ + ▊▅▌ █▍▌█ ▌▉▊▍-▇▊▇▅▍▄/▄▊▄▇▅▋▄▆▆▊▆/▌▋▊▉ ▍▇▇▊▊ ▍▌▉▊▍▄▊ ▋▆▅▇▋█ ▄▉▅▌ ▌█ █▌▅▊▆ ▆▍▋▄ ██▇▄▉ ▆▄▆▄█▇▄▄▆▍ ▅▆█ █▋▅▇▄█▍ ▅▌▋▅▇▇▄ ▇▊▇▌▌▆▅▅▍▇ ▄▇▉▇█▉▅▉▍ ▋▉▄ ▌▄▇▌▅▇ █▆▄▋▄▇▋▇ ▍▅▆ ▍▆▆ ▋▋ ▆▋▍▉▋▇▊▊▇▊█▆▋▇▉▍▅ ▌▋ ▋▇▆▆▅▊ ▄▊▄▆▄█ ▆▇▄▋▊'▍ ▊▉▅ ▊███ ▍▉▉▉▉▇ ▌█ & ▉▍█ ▍█▌▍▋▊ ▉▇▆▅▆! - ▌▋▉▌▍▉▆ ▉▅▍ ▌▌▆▄█://▄█▍▅▄.▊▇▉▋▆▅▊▌█.▄▄▆/▇▋▊▌▄▋/▇▆▆▄▌▉▅▊/▊▌▇▊▄▇▄▅▉_█▅▋▊▌▌▇▅▄▌.▊▉█ █▉▍▋ ▉▌▋▊█▄ ▉▉▉▌. ▉▌▍▋ ▅▅▅ ▅▋▆▄▉█ ▌▍▌▋▉ ▅▅█▋ ▊▇▋▅ ▇▌▄ ▅▅▄▇▄▌▆▄ ▅█▇▆▆▌▋▋ ▄█▍▋ ▊▆▄ ██▇▌▅▊▍▍▋ ▇▅▊▄▍▆ █▍▊▌ ▊▄▋▌▆▌ ▍▊▋▋█ ▄▇▌▅▊ ▌▊▄▅▇▆ ▉▉▍▄▆▊▋▌ ▍▍▅▌▊▍▋▊ ▅▍▆▄ ▆▅▇▇ ▌▋▍▇ ▇▋▍███▉▅ ▌▅▉▇ ▌▌ ▋█▌▉▆▆▌▆▉▄▍▇▄.▇▆▉▆▉▊▇█▆▍▋▇ ▆▇ ▉▋▍ ▇▌▅▇█ ▌█▆▉ ▊█▄ ▆▍ ▉▅█▅▍ ▇▍▄▊▉ ▇▉█▅▅▄▌▇▉▉▊▄ ▅▊▍▇▄▍▄ ▄▍█'▍ ▄▆▆▌▆▊▇▄ ▇▆▊ ▍▌█▇▄ █▌▅▉▋▆█ ▍▋▆▊▆ ▍▄▊▉ ▍▊▇ ▌▍▅▊ ▋▅█▇▌ ▉▋▄▌▊ - ▍▉▆▌▌ ▆▌▋▆ ▅▍▍▅▅▆ ▊▄ ▍▆▄█▅▇▅ ▇▇ ▆▌▊█, ▍▅▋ ▉▄▉▇? ▋▄█▉ ▅▋▄▋▋ ▄▇▅▅/█▋▋▌ ▆▋▆ ▄█▉▍▄▅::▋▅▌▆▉▅▋▆▆▌▌▉▇▇▆█▉▆▌ ▋█▄▅▇ ▌▇▆▆ ▇▇▉ █▉▍▍▍▌▉▉▆ ▇▌▅▍▍▆▌ ▇▄▊▌ ▇▄▆▊▋▍█▇ ▅▍█ ▍▍▇█▄██▆▉▄▋▊ ▇▊ ▌▆█▊, ▉▌▆▊█ ▅▇▆▆ ▆▍█▅ ▇▆▍▍▅ ▉▉▆█▍. ▋▅▋ ▊█ ▌▄▌ ▊▍▋▊▄ ▅▇▉▅▄▌ ▅ ▆▆▄, ▍▇▇█▊ ▋▋▍▇▅▌▉▉▊▉▍ ▇▆▇ ▆▉█ ▋▆▋▊▉▇█. █▆▋ █▄▌▆ ▄▇▇▅▍▄▇ ▉▆▊▋▍▊▅█▌ ▌▍▉▉ ▉▅▋▄▅▇ ▉▍▌▄. ▄█▋ ▆▌▍▌▅▇█ ▄▆▍ ▄▌▊▋ ▆▍▇▌ ▉▉▇ ▋▌▊▆▄▉█▇▊ ▅▊▇▅▇▆ █▍▊ ▊▄█▇▅ ▋▆█▊▆▍ █▅▉ ▌█▉▄▇▊▅▋▍▊▉, ▌█ ██ ▇▍█ ▇▆▌█ ▌▇▊▍▄▉. ▌▆▇ ▅▍ ▅█▋▋▆ ▅▇█ ▌▄ ▌▋▇ ▇▋▄▆▆█▄'▍ ▊█▉ ▆▇█▉▊ ▍▋▆▇▍. ▆▄▋ ▊▋▇▍▋▄▇ ▄▉▇▊ ▆▉▉▍▍▅ ▍█ ▄▆▉ ▌▋ ▌▌▌▆▉██▄▋ ▆▊ ▉ ▅▄▆▉▄ █▊▄▌ ▆▅ ▇▌▇▆▍ (▌▍█▄▌ ▊▅▍▅▅▉▅ ▌▉▉▆▌▇▋ ▄▋▌▄ ▋▍▌ ▍▉▊▉ ▇▅▅▉▅▋) ▌▊▊▉▍▆█: ▍▍▉▅/▆ ▋▍█'▉ ▊▆▅▍▍▋▅▄ ▊▉▆▊▋▇▍▇/█▋▇▆▋▆▄██ ▄▌▇▊▋▌▋, ▅▌▉▍▇▆ ▋▅▉▉▌▇▄ ▌▅▉▊▌ ▌▍▉▆▋ █▅▋█▌▌ '▋█▍▋▉█' ▌▋▍▍ ▅▍▆▋▅▇-▋█▊▍▆▋-▋▌▍▆▍ ▄▅▌ ▊▋▍▆▌ ▅▌▊▉ ▇▇▌ ▊▌▊▍▆▉▊ ▄█▆▋ ▍▊▍▋ ▅▋▆▉▋▉ ▅▇▇▄▄ ▌▄█▄▌▇▊█ ▅▌ ▆▄▍▇█▅▇▇ ▄▍▊▌▇▋▌ ▆▋▉▆ █▉▇▌▅ ▊▉▉▇ ▇█▇▆▌▌▌ ▋▇▅▇█▌▍ ▇▅█▄▊▋▅ ▊▊▄ ▅▊▇▍▅▋▋▌▉▍ ▍▉ ▉▇▄▉▌ ▅▍▉ ▅▋▊▉▍▋▋▉▍▌▅ ▋▋▆▄ ▅█▍▊▉█▉ ▍▌▍▋▉▄▄▅ ▌▄▋▅▍▇▍▋▍█ ▄▆▍'▊ ▋▆▌▆ ▇ ▌▄▍█▇▅▊ ▌▌▉▅ ▅▊▉, ▋▄▅▍▊ ▇▊▆▋ ▍▅█▅ ▉▆▄▋▍▇▋ ▆▄ ▌▊▇▍▆▉ ▅▆▋▇ ▇▋ ▅▊▊▆▅ ▍▊▉▇▍▆▌▍ ▄▊ ▋▌▆▋▍ ▆▊▅ █▊▊ ▄▅▅█▆ ▌▅██▉▇█▌ █▄▊ ▋▍▇█▄▆▌▇▇▉▉, ▇███▅▊█ ▌██▌▋ █▋ █▊▄▇██▇▌▊▍▆: ``` ▅▅▊ ▌▇▋▅▊▇▋▄▍▅▆() { ▋▇▉▊▅▍▅▍ = ▋▉▉▌▍▍▅.▅▉ * ▋▉▆.▄▉, ▌▄▅▋▋▄ = ▅▍█▊▍▅▋▅▋.▆█▄.▄▆▇▄▆(), }; ``` █▋▆▉ ▅▆▇█ ▌▅ ▅█ ▉██▅▅▋ ▋▅▌ ▍▌▅▄█▆▆▉ ▆▋ ▅▌'▋ ▋▍█▉▄ ▋▄▆▄ ▍▉▊▆▌ ▄▌▍█ ▊▌▇▉▍▄ ▉▋▄▄▌▊█▍▉ ▌▋▉▊ ▉▋ ▍▄▉'▌ ▌▊▇▅▇▆▋ ▆▇ ▉▄▇▅▍█▄▇ ▋▄█ ▇▉▉ ▅█▅'█ ▅▇▊▊▋▋▊ ▅█▆▉ ▊▋▅▇ ▅▇▉█▉▉▆ ▉█▆▄▅▉ (▆▄▅▋▆ ▋▊▍▊ ▍▆▉█) ▌▄▋ ▋▄▆▇▍█▆ ▊▍▉▍▌▌▅▇ ▋▊▅▌ ▇▄▌ █▄▉███▆▌ ▅▋▆▋▋▅▋ ▌▉▌▌ ▉▋▊▌▋▅█▉▉▍ ▇▍▊▋▍▊▆ ▋█▄▋▇ ▅█ ▅▊▄ █▆▍▋▊▄, ▉█▅▋ ▅▋▇▍▌▊▍ ▋▌▉▄▌▉█▄ ▄▌▄▆▉▆ ▊▄ ▄▄▇▉ ▆▊▌▅▆▌▌ ▄▄▅ ▄▍▊▆▊▇ ▅▍▊▊▉▊▉ ▆█ ▆ ▉▉▉▋ ▆▍█▅▋▅▍▇▌ ▄▊▇ ▄▍▋▄▉ ▇▉▆▍▅▇▊▄▉▅▉▊▍▆▇▉ ▇▌▄ ▉▉▉▉▇▋▅ ▊▄▅▊ ▊▉▇▊ ▅▄▆▋▅▉▋▄▅ ▄█▋▌▋ ▇ ▌▋▅▋ ▉▄▌▍▌▅▄▋▊ ▍▌▉▄ ▆▇▄▆▆▉▊ ▉▋█▇▉▍ ▄▆▌▊▇▍█▋▋ ▊▇ ▄█▊▅▋ ▅▅▇ █▇█▉▊▄▉.▅█▅▌() ▉██▍▄▋▌ ▍ ▊▍▄▆ ▉▊ ▋▆▌ ▍▉▋▊ ▇▄▄ ▉▊▋▆ ▊▋ ▌▍ ▊▍▄ ▌▉█▉█▌▅ ▉██▅▍▌ ▍▋▋▆ ▍█▆▆██ ▇█▍▊▇▌▄▄ ▊▉▊▌▋▇█▄▌ █▌▉▉█▋▌▇▌▍ ▉▍▆▊▌ ▇▅▅▄█▆▌▊ ▇▇█▇▆ ▄▄█▌▍ ▉▌▇▍▌▍▋▅ ▇▉▌▉▅█▌▋█ ▉▆▇▊▊▉▅▆▆ ▍▇▉▆▋▉ ▋▄▊▌██ ▇▅▇▇▍▇ ▋▌▆▄█▉▉▉▅ █▆▍▆ ▆▊▉▄▇▉▄ ▋▇ ▋ ▄▋▄▇▍▆ ▄▍▇▋▆█ █▍▌▍ ▄▊▅▇▇▌ ▋▊▆▌▋▅▄ ▋▌ ▉█▄▅▆ █▆▊▇▅█▌▆ ▍▋ ▆▉▅▇██▊▍ █▆▄▇▄▅█, ▌▍▊ ▌▋▄▇▌ ▉█▌▄▌▆▌▍▉▊█.▉▅▄▊▆█▍█▊▍▆▄▅█ ▍▆▉▆▇▆ ▋▍▋▉▌▊▇▋▋▉ ▇▉▊▊ ▊▆▌▆▇ █▋▉▊ ▌▇▇ ▋▊▍▍▆▊▅█▊ ▊██▋▊▄▅ ▊▄ ▊▋██▌▊▇▆▍▌█▅▆▌▆▉▌.▋▌▋▆▊▇▆▍▍▌██ ▊█▊▌▉▆▊ ▍▆▋▆▊▄▋▇ ▍██▉▅ ▆▋▆▇▍▋▍▇▅█ ▌▌ ▌▋▆█▌▆ ▊▊▊▉▉ ▍▉▄▆▍▄ '▆█▉▇▆▆▍▅-▇▍▌▆▆▋▌' ▌█▋▆█▌: ▅▅▋ ▌▉▋▅ ▆▋▌▉▄▆▌▍ ▇▉▉▉▇▆▉▇▌ █▇ ▋▋ ▅▄▇▄ ▉▅▅▇ ▋█▋▉▋▍▉▄ ▆▅ ▍▍▌▉▍▅▊ ▅▊▉▌▍ █▅▍█▅ ▊▉█▉ ▅▋▊▊▄▌ ▄▊▇▍ ▆▉▆█▌▍▉.▅▅▇▇ ▉▊█▋▄▊▉▇ ▋▍ ▉▋▊▌▅ ▅▍▍▇ ▊▉▇▉ ▉█▅▊▅ (█▉▉ ▇▅▅▊▅▅ / ▌▍▅█▆▉▄▋), ▋▊▊▊▋ ▊▆▌▋▌ ▅▄▍▇▍▍█▌▆▇▆▊ █▅▄ ▍▄▍ ▆▅▆▌▉▋▊█▄█▋▍ ▇██▆ █▅▆█ ▄▅▄█ ▇▊▉▅ ▅█▊▌ ▉▆▊▉▊▇.▉▅▋█▍▍ ▅▆▄▋ ▆▆▋ ▍▋▊▌▄▄▋█▌▆▉▇ ▊▌ ▌▇▄▌▌▉.▅▉▄▋▊▆▅▇▄ ▉▋▌ ▍▋▊▅ ▍█ ▉▉▍▌▊▌▅▅▆, ▄▆▍▄▌ ▇▊▉▇ ▊▌▆▌▌▇█▆ ▉▊█ ▍▆▋▇▉▇▇ ▊▆▍ ▅▉▉▍▅▅▄/▉▌▉▆▅▆█▅: ▆▊▊▉██▇ ▉▊▆▌█▊█▉▍▍▇█ █▆▊▌▋▆▇▊ ▊▄▅▌▍▆▆▇▋▋▄▋█▌, ▄▌▊▆▊█▅▇▉ ▆▋▌▍▌▉▋▌▇▄▋▊█▉█▌.▅▇▄▋▆▍▉ ▍▊▆ ▌▆█▉▍▉▇▉ ▌▄▅▆█▌▍▌▋▋ ▋▅▊▆ ▆▇█▄▄▉▇▇▅ ▌▇▉▋▉▇▋▅▅▇▍▋▇ + ▋▌▍▆▋▇▅ ▌▆▉ ▊▉▍▅▅▌ & ▉▋▅█▍ ▆▍▌▄██▍▉ ▉▋▊▉ ▌▉▉▅▋ ▋▍▅▇▊▋▍ ▆▉▆'▊ ▆▊▊▋ ▆█▉▍▄▅▇▌/▆▆▊▋ ▍▍ ▄▉▉▊ ▋▍▆▆▊▊▅ ▍▌▍▆▇ ▆▍▅▍▇█▄ ▊▅ ▉█▄▍▄ ▍▄▍▆ █▋▄▊▌▊▉ #▍▌▍ ▋▄▇█ ▊▌▍▋▊▄▊▊█/▍█▆▉▅▆▉-▊▅▄▊ ██▆▊▅▉▇ ▇▊▄▍▅▆▍█ ▅▅▆█▍▉▌ ▆▅▅ ▊▄█▋▆ ▇▉▄▊ ▄▅▊▇▉▄▋▇▍ ▇▍▇ ▍▉▋▅█ ▇▋▄▄ ▉▅▄ █▉▉▍▊█▋█▅ ▉▍▆█▋▋ ▇▆▆ ▍▍▆▌ ▊ █▊▉▋▍▋▍ ▊█▍▊ ▌▄▉▋ ▋▉▉▉▅ ▇▉ █▋▊▊, █▌▋▊▆▌▉ ▌▄ ▆▄▊▌▊▆▍ ▉▆▌▍▊▌ █▉█▇▊ ▋▇▌▅▋▅ ▆▇▄▌▌▋▌▆ ▆█▉▊▌ ▋▍▍ ▇▄▆▍▋▄ ▊█ ▆▅ ▍▅▌█▅ ▄▆█ ▉▇▅▅▊▉ ▍▊█▇▌▍▉▉▋▋▍▋ ▍▌█▆▋▉▉▊▌▊█▋▇█▇ ▇▅▉▋▆ █▋▍▄▉▆▉▇ ▊▇█ ▄█▇▅█ ▄▇ ▊▊▉▄ ▊▇▅▊▄ ▇▊▅█ ▅▍▋▇▅ ▍▇▊█▄▆▄█▆▇ ▆▍▇▌▇▌ ▍▅▊▇▄ :▊▌▌▆ ▅▋█▍▆▄▋ ▍▍▉▊▊ ▅▉▇▍▅ ▄▌ █▄▄▋▌▉▆▌▄▄▅▆ ▉▌▅▌▉ ▉▉▄▆▉ ▍█▇▊▆ ▋▉▇▇ ▌▉▄█▅▅ ▄▊▇▄▆ ▊▍▋▆▅ ▋▍ ▋▌█▊ ▄▉▍▅▉▇ ▅▆█▆▋▊▆▊█▇ ▄▊█ ▌▅▄▄▌ ▍▊▅██▋▌▉ ▍▆ ▉▉▉▄▊▋█▅▉▄▍▇▉▉▋ █▍▄▇▊ █▍█▅▅ ▌▅▋▋▊█▅ ▋▄▅▍ ▌▄▄▋▇▄█▄ ▌▊ ▅▊▋▄▌▋ ▆▆▋▉▄ ▇▌ ▋▉▋▇▍▊ ▋▊█▇▋ ▉▍ ▄▉▆▇▉█ ▆▉▊█ ▍▋▌▊▍█▆▉▍ █▅▆▅ ▉▊▉█▅▍▋ ▆▍▉▌▋▊ ▄▇▄▉ ▅▆▅ ▅▌▊▄▍▋ ▆▆▌▌▄▌▋▇▊▋ ▄▄▅▊▍▅▄▆ ▍▍▇▇ ▌▉█▇▌▅▄ ▋▄██▇▋▉ █▅█▄▍▆▇ ▊▄█▄▊▆▍▋█▅▄█▌▇ ▇▇ ▋▍▊▇▍▊▉▊ ▋▍▇/▋▌▋▍ ▍▄▄▅█▍▆ ▆▌ ▅▍▊▇█ ▍▌ ▅▄▋▊▅▇ ▍█▄█▌▇▋▌ ▅▍▊▅▅▇▌▅ ▌██▊▋▆▍▄ ▆▆▋/▄▆▊▄ ▄▋▉▅▊ ▅▄▅ ▍█▄▍ ▄▍ ▅▆▊▄▍ ▆▇▆█▉▋▉ ▍▅▊▉▊ ▊█▌▉█ ▉▅▅▍ ▋▆█▆▋▇▌ ▄▅▍▅▄▆█ ▋▌▇ ▄█▅▆▍ ▉█▋██▆█▋ ▊█▌ ▍█▄▋▆▋ █▊▌▍&▊█▊▇ ▄▄▋▄▉▋▄▋▌▋ ▄█▇▌▊▊█'▆ ▊▅▆▄▊▅ ▅▆▄ █▇▍▌ ▍▅▄█▅ ▊▊▅▋▋▆▊▇▊▌▇▉▍▆▉▇▋▉▄ ▍█▊▌▆://▋▊█▌▌.▅▆▇█▉▍▋▅▍.█▄█/▇█▇▌▉/█▅██▆▉▍█/▋▄▌▌-▍▅▋_▋█▉▉▄▄█▆▋▆.▌▅▄ ▉▄▅▉_█▆▅▇██ ▌# ▊▇▍▌▌▍▆▍▆▆▋ ▍▌▌▋█▄.▌▊ > ▅██▌▍▊▍▆█▋▍█.▆▍ ▊▌▊▄▊▇▌: ▄▌▌▋▋ ▄▆▋_* ▊▋▅█▌ ▆█▆█▄▅▍/▊▋▅▆▌█▍▆: ▄▅▇█ ▉▋▅▉▊ ▄▅▉▊ ▉▌▄▌_▍█▋▅▉▆▄█ ▇▅▆▊ ▉▍▇▅▄▋▉ ▇▊ ▍▄▅▍_▉ ▇▌▊▇ ▅▍▅█▌▄▆ ▄█▌▇▄▅▉ ▌▍▄▅ ▌█▉▌ ▆▊▅ ▄▇▉▆▄ ▌▆▌▄▄▇ █▅▅▇ ▌▍▇▊▄▊▋█ ▇▄▉▆▄▅▋▇ ▊▉▆▋▊ ▋▌█ ▄▅▅▅▉▉ █▍▍█▊▉▉▊▉▉▆▌ ▆▆▉▉ ▅▊▆▊▊▍▌█ ▊▅▅▍▉▍ (█▊ ▍▌▊▉▇ ▊█▆▌▍▍▋█ ▌█▊▍▉▍) █▍▌▌█ ▄▉▋▉ █▊▅▉▄▊▍ █▉▍▆▉ ▅▄▌▊▍ ▅▍▌▊▉▄▍▄ ▄▋▄ ▍▅█▋ ▌▍▌ ▅▌▇▋ ▌▌▄▄▍▇ █▇▌▄ ▅█▍ ▊▌▌▌▊▅▉ ▄▌▍█ █▉█ ▊▆▆▊▌ ▊█▄▄▊ ▉▄▊▊ ▊▌▍ ▌▋▉▅▄▅▍▉▋ ▌▊▄▍▉▉█ ▍▋ ▅▊▇▇▌█▊▌▆▆▉█▍▇▄▍▊▊▍ ▇▊▄▆▄▄ ▋▋▄▄▄▍ ▊▋▌▉▅▊█▍▄▉▅▌▊ ▄▆▌▇ ▄▄▍▌█▊ ▅▄█▆ ▆▄▊▉▋▆▆ ▌ ▋▅▋▌▆▅ ▋▌▋█ ▆▉▄▌▍▇▍▄▄▄ ▆▅▋▉▋ █▅ ▌█▍█▊█ ▅▉▋▊▅'▋ ▌▅▉▌▊ ▌▍▅█ ▅▆▉▊▅▆ ▊▊▇▅▅▌▍ ▍█▌▍▉▅▌▆, ▅▋▌▇▆▍▊▇ ▄▋▋ ▆▊ ▋▅▇▋ ▉▅▉ ▌▇▉▄▍▌▅▄▍ ▊▆▋▆▅▍▉ ▋▇▍▆ ▍▇▆▇ ▇▉▆▅▇, ▉▆ ▄▍▇█ ▋▆ ▋ █▇▋▊ ▇██▄▍ █▋ ▉▉█▉▍▉ ▉▄▅ ▋▇ ▉▍▋'█ █▆ ▌▍▋▅▇▄ ▌▉█▇▍▌▍▇▊▌█▌▍▋█▍::▌▌▊▅▍▅▋▋▍▌▍▆▅▄▋▉▆▉▉ ▄█▆▊▆ ▆█▋ ▋▉▌█ ▋▌ ▌▅▍▉▆▄ ▋▋▊█▄▍▊: ▅▉▅▌ "▊█▅-▇█-▉▆█" ▍▉█ ▄▆▄█ ▆▇▆ ▍▋▄▍ █▌▆▌▌ (▉▆▉ "▆▅▊-▋▆-▄▉█" █▉▊ ▄▇▉▇▋█▇▊ ▋▇▍ ▊▇▋▊ ▄▇▅ ▊▋▋ ▅▇▆▆▇▉, ▋▇▊▌▌▇ ▅▄▊ ▍████▌▉ ▅▇█▇/▍ ▊▄▆ ▇▋▋▍▌, ▍▆▅█▍▊▆ ▄█ ▄▆▆ ▋ ▍▄▌ ▊▆▇▌ ▉▅▍ ▋▄▉▅. ▇▇ ▉▅▉▅▅ ▋▊ ▇▄█▌ ▊█▋ ▆▆ ▅▆ ▊▍▇▊ ▉█ ▅▆▋ ▇▇▇'▇ ▉▍▋▍ ▍▊ ▄▉ ▆█▉▊ ▋▉▆ ▄█ ▊▉ ▍▆█ █▄▌▉.) ▅▄▌▄▇▍▊/▅▆▊▋▌▇▊▄: ▋-█▉▋▄ ▋-▍▍▅▆▊ ▌█▄▄█▋▄▇/▉▄▊ ▆▄▉▍▊▆▉▇▊▇▍▌ & ▉▍▍▆ ▋▌▅ ▅▊▋▋▅▆▄/▆▅▄▋▍▄▄▄: ▆█▆▅▅ ▋▇ ▌▊▆▍ ▊▉▄▉█▇▉ ▇▌ ▍-█▇█▋ ▉-▍▇▆▍█ ▌▌█▋█▄▊/▊█▋▌▅█▆▊: (... ▉▅▊ ▉▇▇▊▅▅▌▄▋▇▉▋▄▉▊▌ ▄▌▄ ▇▄█ ▊▌▍▅ ▅▆▍▅▅▄▋ ▋▊▉) ▄▅▊▇▍█: ▆▆▅ ▊▋▆█▉▅▌▉ ▌▉▄▋ ▉▋▄▍▉ ▅▊▆▉▍▇▌▄ ▌▍▅▊▇.▊▆█▋▇ ▇▌▋█▍ ▇▉▍ ▅▊▌▉█▉█ █▇▉▍▊▊▇/▇█▋▆▊▌█▌: ▌▇▋▇▊▅ ▋▊▊▍▍▄▅▆▆▆▉▊▆▍▇▊ █▅▋ ▍▉▇▊▋▊▊█ ▆▋▉▋▄▌▇▋ ▊▍▄▊▉ ▆▄▅█ ▋▍▊▉ ▉ ▅▌▉-▊▋▉▇ ▄▌▆▆▊ ▌▉▋▉ █▌▍ ▆▊▋▇▉▅▋█▆▆▄<▋▄▌▊▊▊▅> ▇▅▋▇▊▄▌.▇▍▇▉█▍▆▅ ▋▇▍ ▇▉▄█▍▄▄ ▋▌▉ ▆▋▆▌▄▇▅▊▅▌▄ ▊▉ ▅# ▆█▍ ▌▇▌▉▆▉▋▆ ▅▄▌ ▅▊▆▌▆▇▅▅▅▋▇ ▊▄█▉ ▉▌▋▍▍ ▆▉▅▆█▍▍ ▍▆█▉▍▆▆█▉ ▉▆▇▆▍▅▇▆ █▊ ▋▄▋▄▍▉▅ ▅▊▊█ ▄▇▇▇▅▌ ▊▅ ▇█▌▄▄▍▊▇ ▋▄▅▆ ▍▌▋▅▍▆ ▆▉ ▍▌ ▄▊▌▄▉▌ ▄▌▋▆▊▄▄▆▍ ▄▋▄▇ ▆▇▅██▉ ▆▊▅█▍▉▅▅ ▉▇▆▆▍ █▋▇▌▆▌▊▌.▋█▆▌▉▆▅▋▉▍▅▇▉▆▆▌ █▌▊█▍▉▍ ▋▌ ▋▉▉▍█.▌▊▌▋█▅▍ - ▉ █▇▍▇▄ ▇▄▌█ ▅▉█ ██▅▅▍▅█▉▄▋▊▊ ▌▄▄▉█ ▌▌▄▍▌▇▇ █▉▉▊▊▍▇, ▇▍█ ▄██ ▊▋'▇▊ █▉▊▊▇▉▍ ▆▉▇ ▊▇▉ █▉▄▌ ▋█▉▌ ▌▅█▇▋ ▇▄▊ ▄▌▄██▉ ▇▋ ▋▅▍▊▇ ▅▉▊▄█▍██ ▊▍▇▋▌▉█▅▇▉ ▅▌▊█ ▉▊▍▅▍▆▆ ▄▊█ ▍█▋▉▋ ( ▇▇█▊▅█ ▌▊▋▉▍▍▉▇, ▉▌▋▋▊▍▄▄ ▆▄▆▆, ▉▆▍▋ ▇▌▌█▄▆▋▆▉ ), ▄▋▍▅▉▄ ▆▋▋▄ ▊▆▊▅ ▊▊▆▄▇█▍.▌▉▋▍▅▄ ▄▅▇ ▇▄█▆ ▉▆▅▌▋▍▍.▉▌▆▇▉ ▊▋▆▋▋▅▇▌▉▅▅ ▅▆▇ ▍▅▉▇▋▉▋█▉ ▇█▇▆ ▇▉█▄▇█ █▉▇▌▇ ▉▅▋▉▊▇▄▍ ▊▇▄ ▋▍█▉▋ ▋▆ ▅▌▆ █▌▍▇▅▅▋ ▋▌▌▊▇ ▆▋▉ ▋▆▌▆▇▉▊.▌▇▋▉▉▌ ▊▊▆▅▄▄▅▇ ▋▆▉▆▇▆ ▌▉██ ▊ ▋▄▍▉█ ▍▉▋▋ ▍▊▉▊'▉ ▍▄▅▉█▆ ▆▊▆▄▄ ▆▍▍▆▌▇ '▍▇▍▌▌▊' ▅▌▆▉ ▆▇▇▅▊▌-▋▇▅▊▍▄-▅▇▄▌▍ █▅▍▉▉ ▌▊▋▆.▋▊▅█▍▋▅▊(▄▇▌▍█▇▆) & ▊▄▆▇▌▆▉▋▄▋▊▋▆▄▋█▋▇█( ▅▄▅▋▊▆▌, ▉▇▋▍▄▄▋ ) ▋▌█▊▆ ▌▄▅ ▌▅▋▆▍▍▊▇▌▅ ▉▍▆▅█▇ ▉▅▄▊▅▄▄▊▊▄█ ▅▆▋▉ ▉█▍▅▄▄▇ ▆▍▍▄ ▌▋█▄▉▊▇▅▅▄ ▌▇▍ ▌▄▄▊ ▍██▄▄▊▍ ▉▆▍ █▆▅-▌▄▋▅▅▆▆▉▉▌ ▌▅▊█▋▄ ▄▇▍▄▋▇ ▉█▍▌▅█▉ ▆▊ ▍▌ ▍▅▋▉▌ ▊▋▌▅█▉▊ ▍█▆▆█▆▉█ ▆█▉ ▉ ▆▆▇▅ ▋▍▆▅▌▆▋▆▍ ▉▅▊▅▆▉ ▌▍ ▌▄▇ ▍▆▄▄▄█ ▊█▊▆▆▉▇ ▊▄▅▆▇▋ ▊▊▍▆ ▍▄▌▇▍▍▋ ▉▇▆ ▍▆▉▍▅▄ ▇▉ ▆▊ ▋▆▊▇▉▅▇▊ ▉▅▇▋▍▍ ▄▄▅ ▅▊▉ ▍▊ ▌▇▇█▉▆▅▆.▇▄█▇▉▊▇.▉▋▌▉. ▄▍'▆ ▌▆▆ ▉▌▄▍ ▆▍▊▋▄ █▆ ▍▄▉▅█▆▋▆.▆▊▇█ ▊▊▇▌▄▌ ▋▊█▅▆ ▍▇▄▇ ▅▅▋▉▉▆▅ ▉▋▆█▊▊█▊▍ ▉▆█▇▆▌▅▊ ▍▆▌ ▋▌▌▊ ▋▇▍▊▄ ▉▄▌▅▉▄▊ ▉▉▅▄▅://▌▆▊▋▍.▋▅▇▄▄▊▆█▇.▋▌▊/▋▆▋▌▉/█▉▇▆▋▆▅▉/▅▋▆▊-▍▊▆_▌▋▊▋▆▄██▊▋.▅▆▋ ▌▌▍▇▆://▆▋▅▇▋.▍▍▅█▍▍▄▋█.▅▊▌/▍▉▍▊█/▍▅▋█▊▍▇▊/▇▋▍█-▊▌▄_▉▄▊▌▄▉██▊▄.▋▅▄ ▄▌▇▇ ▊▌▋▍▉▆▇▍ ▌▌▊▅▄ & ▆▋▇▉▇▍▍▄▉ ▍▉▊ ▅█▌▋▆ ▉█▇ ▉▌▌▄▄▍ ▋▇▍▆▋▌▇▉▋▍ ▋▉ ▋▌█▆▅▌▆▇▇▌█▅▉▆▅▋▉█▍▆, █▇▆▉▅▆▅▊▇▊▋▌▄▋▌ ▊▍▆▋ ▍▋▋▉▍▌▋▋, ▉▊▉▍▇▄▉ ▄█▊▌▅ ▌▋▉▄▋▅ ▉▅▋▇▉ ▌▆▋▍█▋.▌▆▋▇█▊() ▄▋▋▇▌█▋ █▍▄▄▌ ▆▆▋▌▌ ▆▉ ▄▅▅▋▊▊▅ ▄▆ ▉▇▅▋ ▇▅▉ ▆▄▋▋▊▍▍ ▉▋▅▌ ▋▆ ▄▍██▌█ █▌▄▄, ▋▋█▉▌ ▉▍▇█▄▊█▌ ▅▉▍ ▄▅▉▍█▋ ▇▋▆▊▍▊▍▍▊▋ ▆▍▍▄▅ █▅▄ ▋▌▇▊▉▊▅▇ ▍▍▇ ▆▆▄▉▄▇▋▇▅▉▇ ▇▉ █▍▅▌▅▉▋▊ ▄▉▆▊▇▋▅ ▉▉▊▋▄▉ ▇█▅█ ▌▊█▅▍█ █▉▌▅▉█ ▆▅▇'▅ ▊▆▋▌▍ ▊▉▉▋▊▍▉ ▇▍▄▉ ▄▇▇▌▆ ▉▄▅▋▄▉ ▉▊▅▆▉▇ ▌▌▅▊▇▉▆▄▍▇▆█▍▅▌▅▄_█▍▌▉▍▅▅▊▄▌▄: ▄▍▉ ██▅█ ▅▌▌▊▌▄▋ ▆▅ ▌▊▌▌ ▋█▉ ▋▇▋▌▌ ▋▍▄▆▋▆ ▄▄▌▌▄▋ ▋ ▊▆▅▋▄▋▋▋ ▍▇▄▆▍▆▊▇▋ ▅▋ ▇▉▇▌▌▇ ▄▌ ▋▅▇▄ ▉▄ ▅▄▅█▄▆ ▍▅▅▋▊▄ ▄▌▍█ ▋▄▊ ▇█▅▇▇▇▇▄ ▌▄▉▊▇█▅▋ ▅█▌ ▋▍▋▆█▊ ▆▌▇▆ ▍▆█ ▆▇▅ ▊▄▋▋ ▅▊▆▄ ▄▊▅▇▉▌▄ ▋▍▌ ▇▋ ▊▆▊▊▅▉▍▋ ▍▋▄▇▄▇ █▊ ▇▋▋▅ ▊▊▅▌ █▍ ▆▉▆▅▆▉ ▍▉ ▉█▇▅▊ ▊▊█▅ ▆▉▋▇▅, ▇▇█▆▄ ▅▄▍▄ ▌▆▅▆ █▉ ▌▉▉██▋▄▇ ▆▄▅█▆ ▉▌▆▊▊▄▅▌ ▋▄█▋▉▉ ▇▉▌█ ▇▆▍▇▋▄▇ ▌█▇▄ ▅▆▍▋ ▌█ ▆▉ ▉▉▅▆▊'▅ ▉▄▊▍▆▊▌ ▇▉▋ ▆▆▆▅▆▆▋▊ ▌▌▉▋ ▉▍▊▅▅▍ ▆▍▆▍▆▅ ▆▍▋▍▆▊ ▆▋▊▅▉▊ ▅▄ ▆▇▋██▌▉▋▉▊▇▄█▌▄▊█▆▍▄▍▇▉▌█▅::▉▋▅▇█▄▍▅▊▍▅▌▉█▊██▅▊▅▅▇▋▄ ▋▆ ▊▅▅▍▌▍▍ ▆▆▌▊▅, ▅▆▄▇▆▄█▊▋▉ ██▌█▆▇▍ ▆▄ ▅▊▅▇▋ ▍▋▅▆ ▍▆▅▋ ▌▆▍▇▄ ▌▅ ▊▉▅ ▉▅▋▋▄▇▊▉ ▆▄▌ ▉▉▄▍▆ █▉▍▆ ▊██▊▉▊▉▌▆ ▅▅█▉▉▊ ▅▄▅▊ ▋▉▇▍▄▍▇▋▌ ▇▋▇▊▋▇█▄ ▊▅▆█ ▌▋▇▅▍█▍ ▄▇▋▆▆▌▅ ▊▇█▇▊▅▍ ▊▉▉▋▉▊ ▆▅▉█▍▍▅ ▍▋▍▌▅▉█▊█▉▉▅▋ ▉▊▄ ▉▇█▄▉▆▆ ▌▇▇▋▋▍▌ ▆▇ ▇▊▆▌▇▊ ▆▄▋ ▆▅▍▍▊▋▅▉▄▄▅█ ▍▊ ▊▉▅▉▋▌▊▋▊▆▅'▋ ▄▇▋▊▍▄▇▆▆▅▆ ▌▊▉▊▆▌▌ ▅▌█▄▉ ▇▆▄█▆▅▉█▋ ▌▌▋▋ ▋█▄▄▅▊▇▉ ▆▇▍▅ ▆▇▌▌▅▇ ▇▄▋██ ▌▊▅▅-▋▊▉▄▋▌/▌▉█▋▄▋/▋▊▄▅ ▌▅▇▍▋▋▊ ▉██▋▍▇▍ ▅█▄█▊▍ ▋▇▅▇▇▌▇▅ ▄▊▊█▋ ▆▊▋▆▅ █▍▍▍ ▉▆▅▍ ▆▉▉▉ ▊▆▍▅█▉▍ ▄▉▌▇█▉ - ▋▌▇▅▄ ▇█▅▌▄▊▍▋▋/▌▅█▊-▌▉█▍▇█#▊▌▄▋ ▆▉▉▉██ ▋█▋▋ ▆▅▅█▌▆▆▅ ▊▋▄ ▌▄▆▉▍▄ ▌▉▌▉▅▆ - ▊▍▇▉▅█ ▇▍█ ▇▋█▊█▄ ▅▅▆ █▆▆▋█://█▇▍▉▇.▍▌▍▅▄▍███.▊▅▋/▆▌▉█▇▌/▍█▍▋█▊▄▌/▍▍█▍-▆▅▌_▄▄▊█▉▇▊▄▉▋.█▄▋ ▄█▅▄ ▅█▄ ▅▇▆█▇▅▆▍ ▉▄▉█▄▍▆▌▍▍▋ ▉▇ ██▍▍ ▉▆▌▉. ▋█▌▋▅ ▊▊▋▅▅█ '▄▊█▉▆▍' ▄▌ ▌▊▅▄ ▇▍▊▋ ▍▆ ▉▋▌▇ █▋▊▊▋ ▍▆▉▄ ▌▌▇█▊▍▌ ▋▍██ ▄▌▊ ▇█▋ █▌▋▉▊▇▉▋▆ ▋▍▉▆▅ ▉▆▊▇▆▄▉▄▌▄ █▉▆█ ▇▊▅▆▆▍█ ▇▌█▆█▋▋ █▅ ▍▆▋▇▌.▋▆▆▄▇ ▆▇▄▋▄▄ ▄▅▇▉▊▊▆▆▊▆█ ▅▅▌▇ ▌▊▊▄▅▋▍▉▉█ ▌▅▌▋▅▆▅ █▅▇▊▇▌▉ ▇▍█▋_▊▇▄▅▆▄▇, ▋█▊▍(_▆▅▉▋▅▋██)_▉▉▍▇▋▍, █▋█▋▄_▋▅▇▆▍▆ ▇▊▌▌▇▇ ▌██▌ ▅▄▊▊▌▌▉ ▍▅▊▍_▇▆▌▇▌▄▇, ▍▋▍▍_▉█▌▄▉▉, ▅▅▄▌_▆▅▆▊▌▄▆▌_▊█▄▇▇▍, █▄█▉▇_▉▉▋▍▆█ ▅▌▋▆▍▋ ▍▉▄▅▄▉▊▄ ▍▄▄▅ █▍▆ ▄▌▊▉ ▄# ▊▌▉▇█▅▄▅▋▆▉▊ ▊▋▄▋▆▌▇ █▌█▇_██▊█, ▇▅▄▍_▄▋▍▄▅▄▊▊, ▍▉█▆_▋▉██▋▌_▉▋▄▆▄▆▅▉▄▌ ▋▋▋▄▊▆ █▌▋▊ ▍▊▊▆█▍▇/▆▉▍▄▅▊█▊: ▆▍▌▊▊▍ ▉▄▌▌▅▋ █▊▉▄ ▉▋▅ ▍▍▅▌▌ ▅▍▍▍▄▌ '▊▄▇█▇▆' ▊▆ ▄▊▇▉ ▋▇▆▅▌▉▄▍█ ▇▉█▋▄▅.▄█▋▍▉▄▄.▆▅█▄▆▇▇/▆▋█▊▇█.█▉▄▄▇▍▄▇▆▉▌.▊▇▄▊▌▇▋▋▉▋▅▅▊▌▇▋▉▆▊▄ ▌▇▊▋██▋▉▊ ▍▊▍▉▉▇.▍▆▋██▋▌.▌▊▇█▇▅▄/▆▉▅▊▉▄.▇▊▇▅.* ▇▊▅▅▉▄▅▉▄ ███▌▋▅.▇▍▉▍▇▄▄▉▉▇█/▉▇▄▉▄▆.▍▉▄▌▊▋▆▉▆▌▇.▋▊▋▋▇█▆▅▋▋▍.* ▅▇▄▉▋▄▉▋█ ▉█▅▉▆▊.▇▊▆▇▇▅▅.▋▌▌▉▋▅▌/▌█▇▉▍▇.▋▋.▄▍▅▄█▇▋▆█▆█▋.▄▉▌_* █▇▌ ▍▉▆▋▅() ▇▇▌▊▅ ▅▊▊▌▌▊▊▆▅▇ ▋▋ ▍▉▇▇▇█ ▌▇▉▍▆ ▅▇▆█: ▇▋▌ ▋▉▋▊▅▌ ▊▉▌█▌▊, ▇▍▅▆ ▉▋▇▌▄▌ ▄▇▊▅▇▉█ ▊▅▇ █▆▉▅▄▇ ▇▉▋ ▋▉▇█▌ ▉▆▄▅▊▋▍ - ▍▌▌██ ▄▍█▄▅▆▇█▅/▄█▍▅-▆█▋▄▇▇#▋▌▋▊ ▅█▆▍█▇▉█▊ ▋▊▇▇▄▊▊▆▍▄▊ ▉▌ (▄▄█▆)▆▌▉▉▊▊▆▇▇.▊▌▆▍▄▊▊▋ ▆█▌▄▊█▊▄▌▋▄ ▄▆█ ▆▉ ▅▅▊▌ ▅▄ ▄▄▍▋▄▌ ▄▍▍▄▌▅ ▌▉▉▆▉█▌▉▌▌ ▆▇▄ ▅▉▋▌▌▍ "▋▉▆█▌ ▅▍▇▌▍▌▋▍▅ ▅▉▊▍ ▌▊▆▄▊▅▅▌ ▊▋▌▆ ▇▅▄▄▄▉" ▊▄▋▅ ▉▄▍▉▄▄▆ ▅▌▊▌▋▍ ▆▋▋▍▄▆▍█▆▉▊▊▋▋▍▅▉▍▉▆▋▄▅▄▄▅▅▊▉▌▆▇▉▅▌▇▇▉▉▌. ▌▊▇▉ ▇▌▆ ▇▇▄▇▊▆█ ▆▅▉▋▌▍▅ ▇▍▇▆▆'▄ ▊▌▉▌▍ ▇▋█▅ ▋▊▊▆▌▋▇▉ ▉▉▄▄▍▋▋▉▋▊ ▊█▋▍ ▆▄▋▊ ▉▋▅▇▆ ▉▄▄▇ ▍▄ ▊▄▇ ▄▇▌▋▅▍ ▊▄▌▆▆▋▄▍▇ ▋▇▉█-▆▆▉▇▆▆▉▄ ▌▇▋ █▄▉▇█▇▄ ▉▍▋ ▍█▌▍▄██ ▅▋▊▉█▆▌▄ █▄▊█▊ ▍▌▋▄▋▆▆ ▋█ ▍▊▌▊▊ ▆▌ ▋█ ▅▋▅▌ ▄▋▆▍▌▋ ▆▄ ▇█▄ ▆▌▅▋▋▅▋ ▆▊▋ ▋▍▋ ▋▉▉▆▊▊█▊█ ▄▋▍▌▋█ █▉▇ ▉▆▋▇▌▅ ▅▍▆█▉█▅▆ ▋█▅ ▆▆ ▄█, ▋▍█ ▋▋▇▋ ▌▇▇▋▅ ▇▆▊ - ▍█▋▇▅▋▇▄ ▅▄▍█▅█▉▆▆/▉▍▋▇-▇▉▄▌▇▄#▌▅ ▋▇▋▄▅ ▉▋█▌▍▊█ ▌▆▋▌ ▌▉█▋ ▄█▊ ██▇ ▉▌▋▉▋ ▊█▍█▋ ▅█▄▌ ▌▋█▊ ▆▇█▅▌.▆▄▋▉▅▄▆ ▊▇▊▋ ▍▍ ▋▇▅▄ ▍▍▋ ▄▋██ ▊▍▆▄▄▅▅▌█▍ ▉█▍ ▅▇▌ ▆▄▋▌ ▇▍▌▄▄█▆▇▉▇ ▌█▊▆▍ ▅▋▅▊▅▉▌ █▄▆ ▌▅▍▊▄▉▍▍ ▉▅▊▅▆ ▍▉▍▋▇▄▅ ▄▌▊▅▅▄▄ █▉▇██▌▋▆/▆▇▋█▋▌/█▄▄▇▄█/▅▄▆▋ ▉▇▌▆▄ █▋█▍▉▉ █▆ ▋▅▆▉▋ ▆▊▄▍▇ ▆▉▌▉ ▌▅▊▌▇ ▇▉▌▄▍ ▉▆▌▉ ▆█▆▇▄.▋▇▅▋▍ █▋▉▋▊://▄▉▊▅▌.▍▇▇▊▅▄▋▌▅.▇▍▉/█▄▋█▄/▍▉▄▆▋▇▊█/▊▋▌▆_▍▇▍▄▍▊▌▄▉▆.▍▄█ ▄█▄▌▆▉▍▅/▄▊▄▅▊▆/▄▋▆█▆▍/▊▅▍▄ ▉▉█▌▇█▋▉▄▋▊▌▊▉▇▆▌▄ ▍▋▌ ▍▇█▌▇▇▋▋▅▌▌▉▄▇▋▅▅▌▉▍▉, ▄▌▉▆ ▅▋ ▅▄▄ ▉▅▅▅ ▉▅ ▍▄ ▍▅▍▌▍▍ ▌▆▉▅▉▅ ▊▆ ▇▌▇▌ █▍▊▆▉ ▊▊▄▇▋ ▇▌▋▊ ▅▅▌█▍▋▅▍ ▊▍▉▉▉, ▍█▇▋▇▌▋▊▄▇▋▉ ▇▅▌▉'▅ ▌▋▇▍▍▉▇ ▍▌ ▊▊▉▆▋'▋ ▄▄ ▋▊▄▍▄▄ ▄▍ ▅▋▄ ▍▊▉▇ ▇▉▄ ▌▅▊▍▌▍▌▉▅▄▅ ▌▊▄ ▉▆▇▆▉ ▅▌▊▇▄▌ ▌▇ ▄▅▄▇▆▊ ▊▍▌█▌▋▅▄▉ ▌▍ ▌▆▄▄█ █▆▄▋ █▆ ▅▌▉▄▄▊ ▌▇▅ ▊▌▆▍▅ ▊▌▉██▅ ▇▋ ▇▆▉▋▆▊▋ ▌▇█▆█ ▋▄▌▋ ▋█ ▆▅▋▆▍▄ ▅▍▋▊▊▉▇ ▆▌▇█▇ ▉▆▇▆▊▇▇█ ▍▉▇ ▊▍▋▋▍▌ ▅▄▅▆▉▊/▇▌▅▅▋ ▅▍▉█▊█ ▆█▅ ▄██▌▉▄▉▉▅ ▊▍▌▇▇▊▆ ▆▅▍▊▄ ▇▉▅▊ ▆▄▍▍▍▉ ▉▆▌▌▋▊ ▆▋█ ▄▋▋ █▆▍▌▉▌ ▅▇▇▆▌ ▄▊▌ ▆▆▆▄ ▊▊▅▅ ▇▊█▉▍▊▄▇▉▉▇ ▊▄▍▋ ██▄ ▌▊▅▆▇▋▅▌ █▍▉▇▇▅▉ ▇▌▆▇▄▍▉▆ ▄▋▇▋▄://▌▆▉▋▉.▊▋▉▍▅▆▊▇▅.▅▄▋/▅▅▅▄▋/▅█▅█▅▆▇▅/▉▄▄▄-▄▅█_▋▌▋▇▄▇▋▄▊▋.▌▇▆ ▆▉▅ ▉▄▄▅▄.▊▅▉█▅▌▉ ▆▊▆ ▄▄▉▍▇█▌ ▍██▇█▊▆ ▍▄ ▌▄▌█▄▍▄█ ▅▊▆▌ ▌█▅ ▌▄▉ ▋▇▋▆▆ ▋▋▄▊ ▊▊▅▉ ▆▉▄▄ █▇▅▅▄▄▅/▌▊▆▄▅▍▆▉: █▅▉▊▇▊▌▅▋ ▄▇▇▋▄▅▍▆ ▌█▊▉▌▇▊▆▉█▉▉ + ▊▍ ▊█▅▊ ▇▋ ▌▊█▊▅▇ ▅▋▊ █▌▉▆▋▇█ ▊▍▉▋▌▇▌/▅▆▊▅▄▊▍▉: ▇▋▆█▅▄▍▇ ▉▆▍▊▅ ▊▄▆▍▊ ▆▋▅▅▉ ▍▉▌▆█▉▆ ▄▄ ▋▌█▋▄▇▅█ ▊▊▄▉▌▋▊ ▉▆▇ ▅██▅▇▆▅▇▌▆▌▉▋▆▅▍▍▇▅ ▇▆▊ █▌▅▉▄▄▄▌▅▋▅▆▄▉▊▉█▆ ▉▋█▌▊ ▄▌▋█▍▌ ▇▇▍▄▉▄▊▍▌▅▅▆ ▄▄▄▇ ▉▅ ▉▇▇▌▍'▋ ▉▅▉▅ ▅▊ ▆▉▅▄▌ ▇▆▅▉▉▍ '▊▊▄▇██' ▌▉▊▆ ▊▌▉▉▉█-▅▉▇▉█▌-▅▍▊▄▄ ▆▊▅█▊ ▄▇ ▊▆▌█'▄ ▋▋▊█▇.▊▊▉▉▆▍▅ ▉▅▄ ▉▌█ ▅▋█▇ ▉▌▉ ▌▄ ▌▆▌▇▊ ▋▉▊▋ ▋▇▌▆ ▍█▉▄ ▋▄▌█▍ ▌▌▋▊▊ ▊▇▆▌▍▉▊▋▇ ▊▍▇ ▇▄▉▆▋█▊▌▋▍▌_▉▅▉▄▉ ▍█▍▉▍▄▌, ▆▉▍█▆▊ ▅▅▌ ▄█ ▊▋▌▊▄▇▅ ▋▌▊ ▉▊▊ ▇█▄▌▍ ▊█▇ ▇▅▆▋▋▄▇▆▊ ▌▍█▊▌ ▆▋▆▇▊█ '▅▅▆▋▌▆' ▄▌ ▊▆▆▅ ▊▄▇▉▉▍▆ ▆▋▉▆▌▉▆ ▄█▅ ▇▊▉▄ ▍ ▅▅▍ █▌▉ ▄▉▉ ▇▊▌▌▉▉▋ ▅▆▅ ▇▊▊▍▇ ▆▊▆▉▊▇▊▊ ▄▊▍▅▉▅ ▄▋▆▆▍▍▅ ▊██▍█▅▇▇ ▋▇▉ ▆▉▆ ▆▆▉▌▆ ▋▍ ▋▅▊▇▅▄ ▅▇▅ ▇▊▍▆▉ ▆▌▉▆▅▇▆ ▇▇█ ▍▄▍▌▉▊█ ▋▆ ▆▍▆▌▉▇▅▅ ▄▊▍▌ ▆▇▊▄█ ▍▊ ▄█▊ █▋▅█▅ ▅▇▌ █▍▍▋▍▊▍ ▄▄▌▄▅▆ ▊█▉▋▊ ▆▋▅ ▊▋▊▋▉ ▉█▊ ▅▅▍▋▅▅▍▍ ██ ▍▄ ▇▍ ▋▄ ▆▇▋▇ ▊▋▉▌▉▋▌▆▆ ▄▇▅█ ▇▌ ▋▄▇▅▉█.▉▆▆▇▋▋▊▍▉.▉▆▋▅▍.█▊▅▆: █▆▋▋.█▄▌▊▄▄▄▄▌▆▅▌, ▄█▆▉.▌▄▅▆▊█▅▇▇██▄▌, ▅▊▇▋.▌▌▅█▅▋▉▍▉▊, ▍▊▆▌.▍▇▊▇█▄█, ▄▍▌█.▆▉▊▍▅▋▊, ▌▅▆▊.▄▄▋▆▊▆▅▌▆▋▅▉█ ▊▆▌▆▆ ▆▌▌▇▄▌▅▍▍ <█▍▇▋▄> ▊▇▆ ▉▉▅'█ ▅▍▅▊ ▋▄▄ ▅▆▌▌█▊▌█▋ ▋▄▌▅▊▇▊▌▍ "▍▅▌▅ ▇▋▆▄ ▌▄▌▊" ▊▆▌ ▄▌▋▊▄▌▅▅▆ ▉▉█ ▊ ▍▋▌▆▇▋ ▋▍ ▅▍▌▄▊▇▌ ▌▉▅▄'▋ ▄▄▌▉ ▄▌▄▌▍▊▊▌ ▆▉▄▄▅▊ ▇▍-█▌▌▌▌▉█▉▇ ▇▊▇█.▋▊▌▌▆▆▉/▋▍▍▉.▇▄▋▄▆▋▊, ▍▋▅▆▅▅▄▋█ ▇██▊ ▍▆ █▉▍▅▅▍▇▌ ▆▉▌ ▇█▌▋█▆▉▋▋▊ ▇██▋▌▉▌ ▅▆▉▇▉ ▅▊▆▄▅▉▋▉▍▌▋ ▆▌▉ ▍▊▍▆▌▌▆ ▊▄▅▉ █▇ ▇▉▊▄▄▉ ▌▇▅▉█▅▍▄ ▆▊ █▊▅▌▆▉▅▆ ▍▊█▇▉▉ ▄█▊▆▇ ▍▆▌▋ ▋▍ ▆▋▅▉▅▌▌ ▄▍▊ ▉█▉▄ ▋██▄▇▄▉ ▌▊█▍ █▋▊▆▇▉▌▇▍▄▌ ▍▋▌▋▊▇▉ ▍▉▄ ▄▅ ▉▉▌▌▇ ▋██ ▄▊▉▊▅▅▌▉▄▊▄ ▊▄▍█: ▋▅▊█▅▆ ▋▌▍ █▉▅▊▉▋ ▉▊█▊▋ ▇▅▆▊█, ▉▍ ▌▍▍▇▅▊▅▄▊▋ ▆▆▅ ▇▋▊ ▆▉▄▅ ▄▆▅█▆█▅▅ ▊▍▍ (▄▊ ▇▌▍▍ ▄██▉▉ ▅▋▇▅▉ █▉█▄ ▄▇:▇ ▍▉▌.) █▅▊█: ▍█▋▋ ▆▉▋█▌▊▅▅▊▊█ ▅▇ ▄▄▍▋▊▅ ▍▍▊▇█ + ▇▄▉▍▋▍▉ ▄▇▍ ▅▉▋▍ ▊▋▌ ▌▋▋█ ▇█▇▄▋▋ ▇▆ ▌▌▉▆▇▅ ▌▅▆▇▊▄█▌ █▍▉▅▋ ▍▇▄▄▍▉ ▍▍▉▅ ▌▄▆▆▌▉▄▉▇ █▋▌▊▊://▉▄▋▄▉.▄▇▉▉▍▇▍▋▌.▊▊▇/▆▆▄▇▇/█▋▊▆▇█▆▋/▄▅▋█_▉▌▌▍▇▉▋▇█▆.▍▌▌ ▆▍▊▄▉▉ ▉▆▅▊▍█▇ ▊▍▇▋ ▍▅ ▅▇▆▋ ▌▇▌▋▇▍ ▍▆▌▋▇ ▄▉▉▋█▊▅▅▇ ▆▌▉▄▌▌▄▊▆ ▋▊█▍ ▅▋ ▊▊ ▌▆▇▅█▄▋▍ ▉▇▋▄, ▉▉▍▅▌▉ ▍ ▌▌▍ ▉▌▇▍▅▄▌ ▅█▌▄ ▋▋▍ ▌▆▋▌▌▄▆ █▇▉ ▋▅▋▇▅▉▌▌▌ ▍▋█▌█▍▊▄.█▍▌ ▄▋ ▋▄ ▇▊▋▅'▄ ▋▊▄, ▉▋▆▍▇▉▍▌ ▍▅▌ ▌▆█▇ ▇▌▅▄▋ ▉██▍▇▊▍ █▌▊▌? ▅▆▊▌▄▅: ▍▇█▉▅▍▌ ▌▍▌▌ ▆▇▆▌ ▊▍▉▄ ▆▇▉▊▊▉ ▍▇▇▋ ▊▉▉▆ ▅▍▌▉▆▇▉ ▊ ▄█▌▄ ▅██▍█▆▄ ▋▌▌▇▊▌ ▍▅▉█▅▆ ▆▇ ▄▅▇▄ ▄▋▅▉ ▊▆ ▄▌▉▇▉://▌█▆▇█.▋█▇▉▅▋▆▆▍.▅▌▆/▉▋▅▆▅/▌▇▉▍▆▅▉▇/▌▇▉▊_▋▄▍▌▋▉▉▌▋▍.▇█▍ ▉▉▇▌▆▋ ▆▆▋ ▉▌▌▉█▇▋ ▅▆█▊▊▆▄▍ █▌ ▅▉█▇▍▄▄▍▋▊▅ ▉▊▉▇▇, ▍▉▄▍▅▄▆▅ ▉▊▍ ▋▆▇████▊ ▋▌█▉▌ ▋▉▋▋▉▊ '▊▌▇▆▆▉' ▍█ ▊▄▇▆ ▋▆▅▆ ▋█▅▋▅ ▆▍▊▉▉▍▆▅ ▊▇▉▉▍▄▄█▄▄ ▌▉▍▌▉▇ ▉▊▆▋▉▌▆▉▋▉█ ▍▋▊▊▊▋▆▄ (▋▋▊▌▆▄▌ ▊▇▆?) ▆▅██▆▄▍▊█▊▋.▄▍▋▇▊▅▊▇▇▆▌▋▋▋▉▌▌▄ ▊▊▆▌▇▉█ '▄▉█▊▋▍▆' ▉▇▊▌ ▍█ ▉▍▅▆▄▍ ██▊▊ ▊▅▅▉▌▄█▅▉ ▆▍ ▊▉▅▋▊▆▉▅█▄▋▍▇▉▋, █▍▌▇▅▄▇▌▌█▊█▇▉▌▉▆▊, ▉▍▇▍▉▇▋▌▆▅▉▍▆ ▌▄▅▉▉ ▆▆▅▌▆ ▊▇ ▆▄▌▆ ▊▊ ▉█ ▆▋▊▇ ▉█ █▊▆▋ ▆ ▇▍▆▌█▆▄ ▇▆▄▉▊▊▊ ▊▆ ▇▍▊▊█▄█ ▍▄█▌▍▄▋▊ ▌▄▍▇█▄▆█▍▉ ▇▆█▊▄▍▊▍▅▅▋▊▅▋▆█▆ ▋▍█▄ ▆██▋▉▊ ▇▅▆▅▉▊▄▅▋▄▇▄ █▅▄ ▍▊▌▅▍▆▄▍▋█ █▉▉▅▌ ▄▍█▆▇▋▌▍▆▄▅▊▉ █▍▊█ ▆▍▇▋▉▊ ▊█▆: ▅▉▊ ▄▅█▄▌▄▇▊▆.▌▇▄▋▊▅▋▉▉▉▋▌▍ ▆▉▌ ▄█▇▋▌▄▉▇▆▅▌.▊▊▊█ ▉▄▆ ▇▊▆▍▌ █▌▌▋▉ ▋▌▅▍ ▌▆▌▉▄▌█▌: ▋▊▉ ▉▆▅▍▌ ▅▅▋▊▌ ▍▉▄▊▌▌▍ ▇▄▊▇▍ ▍▋█▌▌▉▆ ▌▉▍▊ █▇▅▋▍▍▇▉▅▉▄▍: ▊▋▌ ▆▍██▋▍ ▅▉▇▇ ▉▍▆▊▉▋▆▄ ▌▊▆ ▊▅▄█▊▅▆█▌▌ ▋▅▍▇ ▇█▅▆▊ ▇▌▌█ █▍▅▌▉▋▌ ▍▋▅ ▊▉▌█▄ ▅▌▌▄█ █▋▌▆▇▆ ▇▅▋▆▆▇▋ ▊▉█▉▆▋ ▋▄▍▍▄▇▋█▍▅ ▅▋▉ ▌▇▄ ▊▅▌█▇▇▋▅▉( ▌▇▋▅▌▉▉▊.▅▇█▉▋▌▍▊▋█ ) ▍▊█▋ ▉█▊▍▇ ▋▋▇▇▆▋█ ▅▄▍▇ ▄▉▉▅▇▉▌█.▍▇▌▌▊▍▋█▄▅▋▇█▍▅ ▌▌▌▍ ▅▋▆ ▊▍▊▇▇█▅ ▇▇▄▉ ▅▄▄▌▍▊▇▉▇█ ▍▆▊▌▅█▊▇ ▉▉▊▋▊▊ ▌▅▆▊ ▇▆▋▌▋ ▋▇▍▄▄▍ ▅▉▊█▌▊▋▄▉▅▄▉▄▋█▌█▇█ ▍▋▇▋▆▄▋▅█ ▌▉▅▇▊▇█▍.▄▇▌ ▍▅ ▅▋█ ▇▋▋ ▄▆▍▌▉▊ ▄▅▋ ▌█▇▄▉▆▅▍▍▊ ▌▊▆▉▌▅ ▉ █▌▉▉▆▍▆▄ ▄▅ ▍▋▊▊▉▅ ▊▄▊▍ ▋█▍▍▋█ ▊▌▄ ▌▋ ▄▊▍▅▆▉ ▅▉█▄▄█▄▆▆ ▇▍▆█▊█▆▆▌▄ ▌▊ ▌# ▌▇▇ ▍▆█▌▄▊▉▇▉█ ▉▅▌▋▄ ▍▊ ▉▅▊▊▊▅ ▇▌█▅▅▇▍▇, ▋▅▋ ▄▅▊▇▆▊█ ▍▌ ▅▍▄▇▅▄▍▍▆▊▊▋▇▄▄▍::▊▉█▍▊▄▋▍▅▊▌▇▇▇█▆▊▌ ▍█▌ ▄▄▄█▍ ▄▄█ ▍▋▄▉▇ ▉▅▄▍ ▅▅▅▄▆█▆▊▊ ▍▆█▅█▄▉▅ ▊█▇ ▉▊▍▊█▆ ▍▋▋▍▋! - ▆▆▋▊▌▆ ▋▋▉▌▌▇ ▅▌▄▌ ▆▄▍ ▆▍▋▊▇▉▅▉ ▊▄▉▉▌▋▆▄▆▇▌ ▆▇█▌▌▉ ▋▇▌▌. ██▊▋▋://▋▋▉▉▇.▅▋▋▅▋▄▇▍▉.▌▋▋/█▇▋▊▋▅/▌▅▊▅▆▋▅▉/▍▋▅▄-▉▉▊_▍▋█▉▇▄▌▅▌▋.▄▄▊ + ▍▆▍▅ ▍▉▊█▋▍▉ ▍▍▅▅▉▋▉▇▆▄█ ▊▇ ▄▇▅▍▍▌▇▆▋. ▉▊▊ ▌▄▄▍▌ ▆▆▋▍ ▊█▌▋▊▄▆▋ ▋▉█▊ ▉▄▉█▋▉▍▉▇▆█▉█▋▋█ ▇█▌▅▌██ ▍▇▆▇▋ ▅▉▄▍ ▅▄▆ ▍█▉▅ ▊▇▆▊█ ▍▆▆ ▍▆▋▇▆▋▇▋▅▊▉▄ █▆▅ █▌▅▉ ███▋▍ ▌▇ ▅▌▊▌▍ + ▄▄▄▇▉▇▅▋▆▌ ▆▅▇▌█▊█▆▌ ▌▆█▌▋██▌█▌▉▉.▅▇▊▉▍█▌▉▄ ▊▇▆▉ ▆▆█▄█▋ ▊▉▌▍▋▉▆▆▌ ▄▉▊▍ ▊▇ ▄▌▋ ▇█▆▊▊▋ (▅▌▅▆▉▆▄ ▋▄▅▌ ▍▇▇▌ ▄▋▆ ▍█▉▍█://▊▆▅█▊▋.▍▉/▄▌▄▌▌/▇▍▊▊▄/▋▊▋▌▇▋█▌▆▋▄▋▅▅▆█▉▄▇▋▇▄▅▊▌▄▆▉▄▊▋▉/ ▆█▋▆▊▋▌█▄▋█ ▅█▆▊▍ ▉█ ▋▍▇▍▊▋█▅▍▆▉▍▌▉▄▉█▋▇▍ ▋▋ ▅▍▋▊▉▍▅▉█▇▄▊▌ ▋▅▇▋▄://▌█▌▉▍.▄▍▍▅▍▋▍▉▉.▊▍▌/▇▅▄▆▉/▄▇▌▅▍▆▊▆/▇▅▍▇-▅▆▍_▉▄▊▊▊▌▅▋█▌.█▍▍ ▍▌▅ ▊▌ ▆██▋▋▅.▊▆▍▊▊▍▅█▇▄▆▆▉▇.▊▋▌▉█▇█▆▋▆█▄▆▉▌.* ▋▉▌▇█▄█▌█▅ █▊▍▊, ▌▋▊▊▆▅▉▊▌ ▆█▊▇█▊ ▆▉▋▊. ▉▉█▇▌ ▄▇▆ ▌▇█▍▊▉ ▊▌▉▌█▍▇▇▅ ▋▉▍ ▋▊▍▆ ▆▊ ▋▄█▄█▇▋▉▍▍▋ ▆█▇ ▋▅▊▉▄█▅▋▆▆▇▋▌▍▆▋▆▉▅ ▋▆▊▄▊█▆ ▄▌ ▄█▉▍. ▇▆▆ ▊▍█▆▌█▄▋▅▊ ▋▉▋▇▅▋▅▅▊▅ ▄▄ ▄▄▋▇▇ ▊▌▊█▇▊▋ ▊▌▋▇▇▇▅▌▍ ▍▋▋ ▆▉ ▍▊▇▋▊▄▅▉ ▌ ▇██▅▇▍ █▅▇▍▄▋▇ ▍▌▌▇▍ ▆▅▄ ▇▄▄▌▋ ▅▇▊▋▉▉▄▍▇▌ ▌▅▌▍█▋▇/▌▅▌▉▋█▍▇: ▅▍█▌▄ █▇▇▉▋▅▉▊ ▇▉▊▇▉▄ ▍▅▅ ▆▊▆▍▆ ▌▍▅█ ▌▊▇█▊▊▅▇ ██▌▆ ▅▇▆▋█▊ ▅ ▆▅█▍▅ ▄▊▌▉▄▆█▇█▇ ▇▌▆▍▌▄ ▆▆▊▉▇▌▄▆ ▍▆▋▆▌ ▍▆▇▋ ▅▇▍▋▊▆▆ #▄█▌ ▌▄██ █▌▅▍▍▌█▌▅/▊▉▉▌█▆▉█▄▍▅-▄▉▍▆▊▍▇▉▌ ```▄▆ ▆▉▌▆▇▋ ▍▇▉▆▇▆ ▆▆▄█ ▋▋▍▇▋▅▇▇▍▌▌▇▍█▍▍▄█▇(▄▍▆▌▌▉▋▇▍▋▇ ▊▄▉▉▊▋▌) { ▋█▅▅█▇▉▌ ▉ = ▇▄▆▇▅▌▍▄.█▉▌▅▋▄( "▋█_▉▉▅▌_▌█▌▆▄▇▍▆", "▌▉▍▇▍▍" ); ▇.▆▊▇( "▅_▋▅▉▄▅▍▋▍▇▇", ▋▌▋█▍.▋▌▆ ); ▍.▆▌▍( "▊_▆▍▊▉▅▋▊█▋▆▇", ▇.▋▇ ); █.▋▇▇( "▇▉▌▄▊", ▅▌▄▆▉▄▊.▄▇▌█▆ ); ▅.▉▇▉( "▅▋▍▄▊▇▄▆█", █▉▊▍█▇▌.▅▆█▊▅ ); ▉.▅█▄( "▅▄▉▇▄▇", ▆▍▋▅▌▍▍.▍▌▌▋▌▄█▄▅▌▉ ); ▉▄▌▄▋▇▊.▉█▄▉▇▉▌▇▅▇▋▅▇█▌▆▆▊▋( ▇ ); } ``` ▋▄▍▄▍://▅▍▋▍▉.▅▆█▉▆█▍██.▇▍█/▍▅▆▍▉/▄▊▌▉█▍▍▌/██▄▉▅▉▄▇▊-▅▉▋▋▅█▆▌-▅██▆-▅▌▋▍-▊▌▄▅-▍▊▇█▊▋▍▍▌▇▌▌.▅▇▍ ▋▆▋▍▆ ▊▊▇█▉▊▇ ▊▆▉ ▉▊▄▆▊▉.▅▇▄/▇█▆▄▌▉▊▅▌▌▄▋▌ ▍▋█▆▇▌▌▄█ ▇▋▆▋▆ ▌▌▊█▉▌▊ ▉▌▇▊█ ▍▍ █, ▉▋▆ ▌▋ ▊▆ ▋▇▅ ▇█▄ ▍▅▉ ▋▄▇▌▆ ▅██▍▅█▍▄▊ ▌▍▍▊▌▉█ █▄▉▉▄ ▇▆▅▇ ▊▊ ▋▌▌ █▉▅▅█▇▋ ▌▉▆▆▋ ▋▆ █▉█▄▉▄▇, ▍▌▆. ▆▌▅▆▊ █▋▅▆▋█▇▌██▆ ▋▉ █▆▇▇▊▄▋▋▆▉▅.▋▉█▊▌▍▊▅▉▆▅█▄█▍ ▌▄▋▍▉ ▇▇▋▉▉▍.▍▆▅▉▌▅▆▄█▆▍▋▍▉ ▌▄▅▇▇▌▆ ▌▊▅▊▄ ▇▄ ▌█▋▍ ▅▍ ▄ ▇▄▄ █▍ ▆▄▄▊▍▇▋█ ▊▇▅█ ▅▋▋▄▉▍▌▋. ▌▅▅▄▉▍▉/▄▉█▍▅▍▇▉▅: ▌▍▆▇▇ ▌▇▉▆▇ ▌▇ ▆▍▌▅▆_▋▄▄▌▍▅ ▍▋▊▌▅▇▄ ▉▋▅▉▅://▉▊█▇▍.▌▊▋▅▅▆▌▉▊.▌▍▅/▇▉▆▌▌▆▉▊▄/▅▅▆▌▄▆▊▋/▆█▋▇▄_▅▅▆▍▌▉_▌▇▉█▄_▇█▉▆▇.▋▇▍▋ ▍▊▉█▇▅▍: ▅▋▇█▆▌▆▇ ▅▉▌ █▄▋▊▊ ▋▅█▉▊ ██▉▄ ▋▊▅▉▊▋ ▊▋▉▋▉ ▅▄▌█▆▆ '▅▋▍▍▌▍' ▆▄▋▇ ▌▉▆▋▇▌-▇█▆▅▌█-▌▅▋█▄ ▅█▋▇▄▆█: ▆▋▉▅▌▊▌█▌█▋ ▅▇▄▅▇▊ █▆▅▇▊▍▋▆ █▍ ▅▉▄▍▌ ▇▌█ ▊▆▆▉▊▇▇ ▉▇█▉▅ ▍▄▄▅▌▌ ▅▄▉▋▋▍ █▋▊▌▌▉▌ ▌█▉▉▄█▌▉▌▍▅▊ ▇▊ ▇▍▅█▍▄ ▄▅▋▌▌ █▇▅▍▊█▊▌▉.▊▊██▄▊ & ▍▆▆▄█▅█ ▆▄▋▉█▍ █▌▊ ▋▊▊▊▅▋▊▆▉█▌▌▄ ▋▉▊█▆ ▄▋▍▊█▊▄▄▄▅▄ ▄▋▇▊▍▍▋: ▋▇▉▆▉▄▉▄▇▊▆ ▇▆▍▍▋▇ ▄▋▄▆▍▊▄▋ ▉▅ █▊█▅▄ ▌▋▌ ▄▊▌▆▌▄▇ + ▇▇▌▋▌▅▅▄ ▄▉▆▌█▋▋▉█ ▍▌▅ ▇▍█▅▉█▄▌▄█... ▌▍ ▍▍▊▆▅▄, ▊▄▇ ▊▇▉▌▍▇... ▄▇ ▅▇▆ ▍▍▄▇▌▋ ▅█▄▆▍▊▋ ▆▌▉▅▉██ ▇▌▋▊▉▌ ▇▉ ▅▍▉ ▍▄▉ ▍▄ ▌▆▇ █▌▆▄, ▄▊▋▌▉ ▅▋▍▌▋▍▍▅▆ ▇▋▍ ▇▉▆▄▋▄▉ ▅▇▌▊▌ ▅▍▊▄▌▋. ▄▌▄▌█▇▄/▊▆▅▊▋▌███: ▄▆▍▍▆_▊▅▋▅▆▄ (▅▋▋▇ ▌▇█▇!) ▍▍▉ ▅▍▄▅▌█ █▉▄ ▅▇▋▌▇▅▌▉ █▊ ▆▊ ▅▆▍▍ █▌ ▌█▇▅ (▉█▉▅▄▌ ▅▋▋▇▊▆, ▌▋▄▌▍...) ▊█▍▍▆ ▋▍▍▊▅▅ '▇▊▉▄▋▄' ▋▆▇▆ ▅▍▇▊▍▍-▍▍▇▅▍▊-▌▅▄▇▆ ▇▋▊▆ ▇▋▍█ ▅▋▉▉▌▄▋█▋▉█▉▆▆ ▋▍ ▍▆▄▆▋ ▋█ ▄▇▌▇▉.▋▄▋▆█▆▋ ▆█ █▉▅▅ ▅▄ ▉▉▌'▍ ▄▍▊▆▄▋▋▊▇▇ █▆▄▊ ▆▋▋▌ ▆▅▄█▉▉ █▋▍▄▉▋▌▉█▌▇▉▄▋ ▊▉▊▉█▌ ▍▆▉█▌ █▆ ▋▇▊▍▉█▅▋▇▌▊▅ ▉█▍ ▋▅ ▇▋▊▄▅.▋██▄▊▊▆▆█▅ ▄█▄ ▆▋▍▋▄▍ ▍▇▊▄ █▌█ ▍▉▇▅▅▌ ▆▊▊▆█▉▋▉▉▄▇.█▄▄█▋▍▅▉▊▊▄▋▄█ ▄▅▆▊▋▌▆ ▄▆▆▇▊▉▉▅▇██ ▆▇▉▇▋▍▆▉ (▅▊ █▅▆▌▉▌██▉ ▌▌▅▅ █▌▌▄▄ ▇▊▇ ▇▆▊-▉▊▌▊▇▆▇▅▋▊▉ ▄▄█▄▋▄▋ ▋▉ ▉▄▅ ▄▉▍▍▅▅█) ▆▅▍▉▇▍ ▍▌▄▆▉ ▋██▍▋▋ ▉▄▊▊ ▉▉▋▄█▉▋▄▇▇▅ ! ▍▆ ▇█▄ █▅▅▌▆ ▋▉▍▌▊▋▅ ▋▅▇▅▉▌▊▉▆▉ ▍█ ▅▋▊▍▇▌▅▄▉ ▊▇█▍/▋▇▌▄▋▆/▌▋▊ ▆▅▄▄▇█▋/▌▌▍▅▋▊▉▄▊: ▊▄ █▊▊▅-▌▌▅▌█_▋▉█▆▅▊ ▉██▍▆ █▋▇▊▋▇, ▇▆▄▌▌▇▄ ▆█▅▍▅▇ ▅▌█▍▍▆█▊ ▄▅▅▄▉ ▋█▉▊▆ ▍▇▉▉▍▋▊ ▍▅▇▄▊█▉/▇▅▋▇▍▋▇▇▇: ▊▆▅▍▌ ▆▊▊▊ ▋▌▍▌▋▉ ▍▋▇▄▅▄▊▇▊▉ ▊▇▍ ▄▉▍ ▌▉▍▌▆_▌▌▋▊█▊ (█▍▉▊ █▇▆█) ▆▇▇▆▇▄▌ █▇▅▍▋▊▄ ▌▍ ▇▍▌'▆▄ ▌▉▇▊▇▆█, ▄▍▆ ▍▋▉▇ ▉▉ ▇▊▌███ ▊▋▋▄, ▇▄▉ ▆▉ ▉▍▇'▇▌ ▍▊▍▋█▇, █▍▍ ▄▄▋▇ █▄ ▆▍▌▊▇▌ ▊▍▇▍. █▉▊▊ █▋▅▍▊▉.▋▊▅▍▄▄ ▋▋▋▍ ▉▊▅▆ ▆▉▄▋▄▍▇▊▊▌ ▄▌▋▆█▆ ▌▌▊▍▆▊▌ ▌▉▇ ▅▍▅▇ ▇▋▇█▇▍▊█▍▋▆ ▄▄▆▍▆ ▇█▆█ ▄▋▄▅▍.▊▊▆▆▋ ▋█▉▆█▆█ ▇ ▍▉▉█▍▍▋ ▆▊▉▍ ▇▄▊▊▊▆ ▊▋ ▆█▊▆█▆▅▍ ▋ ▉▋▋▊ ▋▍ █▋▍ ▊▋▄█▋ ▄▅▇▌▋▅ ▌▌▍▌▉ ▆▌▆▆▄▆▋▄▍ ▋▌▋▆▊▄▅▌ ▋▊▌▊▋ ▋▊ ▅▅▇█▌▍▊▋▍▅█▄▆█▌▇▄ ▄█▄▆▇▅▆ ▊▍▍▄▇ ▍▍█▅▊▄▍▍▆ ▅▍▄▄ ▌▄▅▍▍▇▍▆▌▊▆▋█▌▄▄▌ ▌▄▉█ ▍▆▍▍▉▇▌█ ▋▌▉▍▅█ ▄▅▋ ▍▉▅▄▅▆▆█ ▆▆▌▌█▇ _▍█▉▍▌▅▄_▇▍▄▋▄▋_▋▋▆▇_▄▌▄▌██▇▋▍▋█_▇▅▍▉▆▉▊▉ ▉▉▆▄: ▊▊▉▄ ▆▄ ▉█▋▍▌▌▍ ▇█ █▄▆▅▌▇ ▉▄▌▄▆▋ ▆▅▆▊▌▋▌▇ ▆▌▇▄▋█▆▋▇ ▆▄▊▍▄▅█▇█▇ ▋▅▊ ▋▄▄▆▆▇█▇▄▅▅▍ ▅▉▋▅██▄▋▊▉▍▊ ▌▅▍▋ ▆██▅▆▊ ▅▇ ▍█▅▌▇▄. ▆'▍ █▍▍▉▋▅▍ ▌▊▇▍▅▄██▅█▊▄ ▊▊▍▋▉█▇▆▄ ▇▅█ ▉▇▄. ▅▍▆▇▄▅ █▉█ ▌▊ ▍▆█▄▍█ ▊▍▊'▆ █▅█ ▄▇▍▍ ▉▉▍▇ ▌▄▇ █▍▅▊▍▅▅▉▍▌▉▅▋.▄▇▋▌▊▋▋▊ ▌▋ ▆▊▅█▍▍▍▇ ▄▆ ▅▉▍▇▍▄ █▅▍▆▊▉ ▆▅▍▆▋▄▋ ▅▇▊▊▅▌ ▄▋▊▅▉▄▉ ▉▌▉█ ▇█ ▍▊▆▉▊▉▅ ▋▇▄▉ ▋▅▌▉▍▍█ ▍▌█▌▆ ▋▍█▆▄▄▇ ▊▉▌▇▅▅: ▌▋▄ ▄▄▅▊▋ ▅█▇▅ ▍▉▍▅▉▉▍ ▄▇█▉▅▇▅ ▋▄ ▇▄▍▌ ▋▇▄▅█ ▌▌▇▆▉▊ ▉▅▄▅ █ █▉▄▆▇▄▌ ▇▅ ▌▊▌▇▊▇ ▅▉ ██▉▉▌▊▊▋▊▋▋▌▄▄▇▍▇▊▌▍▊█▊▉▊▍::▉▅▍▍▊▅█▄▊▉▉▌▉▌▇▉▋▇▄█▅▋▇▌ - ▄▍ ▉▅▌▄ ▌▄ ▌▌▄█▌▋ ▅▊█ ▍█▋ ██'▄ ▄▊▄▋▇▉▅▋▌, ▌▄▌ ▊▊ ▆▅ ▉▋ ▉▄▊▋▍ ▋▍▅█ ▄▅ ▇▊█▊ ▍ █▉▌▇▉ █▊▄▆▊▋▌ ▉▍▅▌▌▄ ▍█ ▇_▆▊▇▋▅▅▅▊█▅▉▆▋▅▋▇▆▅▄▇▉█▆▍▄▊█▌▇█▊█▆ ▉▆▌▉▊ █▇█ / █▌█▅▊▌ ▋█ ▉▊▌▍▄▋▋█▇▊▉▊▇▇▍▉▅▍▅▍▌▌▊▋▊▌::▅▊▌▋█▌▊▇== ▋▌▋▉▅ ▋_▉█▅▍▌▊▅▅▌▍▄▊▊▌▊▋▍▄▆▅▊▄▊▊▆▊▄▍▉▅▋▊▌ ▇██▊▊ ▌▄ ▋▍▌▌▋▋▅ ▌▋▄▌▊▆▍▄█▌▉▋▆ ▊▆▊▊▅█▌ ▆█▆ ▄▇▆▆█▋▅ ▋▌▉█ ▆▅ █▆▄▇▌▇▍ ▉▅▍▊▇█▇ ▆▋▇▌▍ ▇▉▄▉ █▄▉▇▇▅▊.▆▋█▄▅▇▄▄▄▍ █▊▍ █▉▌▍ ▇▍▍ ▉▋▉▌▉ █▋▊▇▆▍▊█ █▋▍ ▍▇▆▌▊▆: ▋▍▍ ▍▅▅▌▅▉▄▇ ▅▄▉ ▅▉█▋▊█▊ ▋▍▋▅ █▊▊▌▊▅ ▄▇▆▍▉▍▊▇, ▊▋▅▋ ▍▆▇ ▇▆▋█▌▉▆▆▊▄▍▅ ▋▊█▅▇▍▍ ▇▌ ▋▉▊▊▌.▇▄▊█▄▄█ ▌▄█▍█ & ▋▉▌ ▄▊ ▌▉▋▍▊ ▅▉▌▋ ▄▍▉▉▊ ▅▋▄ ▅▅▉▅▄▍.▊▌▉▍▆▌▆▇ █▋▅ ▊▄▌▌▋▌▄▊ ▆▄▉ ▇▉▌▌▊▊█ ▊▉█▌▊▅▅ ▅▆▇▍ ▉▊▉ ▋█▍▅ ▍▆█▇▉▉▋▌▅ █▄▄▇▆▊▌ ▋▆▊▌▇ ▊▋▉ ▊▊▊ ▊▇▄▉▄▍▋▋▇▄▇▍▍▄▌ ▄▊ ▅▅▄▋▍▌▋▉ (▋▅▋▆█▌▊▌▍.▅▉▅▌▍▅▊▉) ▆▌█▆▋▋▉ ▊▅█▉▊▍ ▋▉▆ ▄▆▌▍█▍ ▅▋▅▍▍ ▆▍▋▅▍█▆ ▊▍▇▇▄ ▇▆▉▇█ ▅▆▍▇▍▌▌ ▊▇▊▄▇▋▋▅ ▋▋▆ ▋▇▇▉▆▋▄▉▍▋ ▆█ ▋▌▉▋▉▍▍▊▆ ▄▍█▊▋ ▅▇▆▉ ▆▆ ▊▍▌▄▄▉▄▆▆ ▇▌▄ ▇▌▍▅▋▄▅▅ ▋▅▍▊▇▌▌█▉▋▇▇ ▉▄▌▋▄▉▊▍ ▌▋▇ ▌▅▌▅▌▌▄ ▊▆█▄▉▉▄▆ ▊▆▋ ▉▋▉▄█▉▇▍▅▅ ▆▇▅▆ ▄▋▄█▉▋.▄▊▉▄▅▍▉▉.▇▋▌▌▇▆▇▄▌▌▊▇.▋▌▊▌▇▌▆▋█▋.▍▋▅, ▉▋▍▅█▌.▉▄▌▊█▇█▍.▍▍▄▌▆▋▆▍▅▍▊▋.▇▊▌▄▉▌▄▋▌▉.▇▌▇ - ▄▅▆ ▌▆▆▉▍▌▇▋█ ▌▋▍▍▉▊.▍█▋▉▌▆▌▄.▊▆▊▅▇▉▅▉▅▊▍▅ ▌▋▅▌█▇.▄▊▊.▄▄▋▇▍█▇▊▉▆ ▄▄▆ ▉▇▆▋ ▍▅▆▇▉▇ ▄█▌▆▇▌▄ ▉▅▆▇▉▅▍▌ █▅▌▌▊ ▇▌▄▉▅▌▉▊▇ ▌▇▆ ▉▋▋▌▄, ▅▄▋ █▋▍▌▌▄ ▅▇ ▍▉, ▄█▉'▌ ▄▅ ▇▆▄▉▇▇▆▆▌ ▄▄█▅▍▇▄▌▅▆ ▉▍ ▆▋▅ ▊▆ ▋▋ ▌▍▋ ▊▊▉█▌▄██▄ ▉▊▍▋▍▋▅▍▅ ▄▊ █▊█▆▅ ▉▍▌▄▊██▍▇ █▋: ▉█▉▍ ▇▊▆▄▇▆▍▅▍▄▌▊ ▌▇▇▍ ▅▇ ▆▇▅▊▇-█▄▆ ▄█▉▍▊, █▊▄'▆ ▋██▍▍▊▋▍▄▋ ▌▉▉▍█▊ ▅▅▅▋▊▇ ▋▄▄▅█▊ ▍▇ ▇▍▋▄▊▉▋█▇ ▋█: ▋▇▊▆▊█▉▄▇█▇█ ▇▉█▊▇▌▋ ▅▄▍▊█▌▋▉ ▆▍▌ ▋▌█▇▍▍▅▌█ ▋▌▊▊▌▄███▅ ▌▇▉ ▉▉▇ ▌▊▅▇▌▍ ▆▅▉▋█▄▄ ▊█▉▉█▄▆█▆▋ + █▇▇▄ ▅▄█▅▆ ▌▍▅▇▍█ '▉▋▊█▅▅' ▉█▇▌ ▋▇▌▅▉▆-▌▉▌▋▍▉-▌▅▄▄▉ ▆▅▄█▄▉ ▄▍▆▊▄▅▊ ▌▍▍▆ ▇▊▊▄▋▉▄▊▉▅▉ ▍▍█ ▇▄▊▇▇ ▆▇▊▌▋▆▆▊▌ █▆▍▄▉▊▋ ██▉█▉ ▍▌▉█▉ ▍▇▅▊▄▍▉▉▊ ▌▋▌▌▋ █▍▆▅▆▆: █▇▆▊▍▊ ▅▌▋ ▆▉▄█▆▇▌█ ▆▇ ▆█▉▌▌ ▄▊▉▋▍▊▋▊▇ ▅▄▉▅▉▋█▌▊▋ ▇▆ ▊█ ▊█▊█▍▌▍▌ ▍▉█▊▆▄▇ ▌▅ ▉▌▋ ▆▅▋▋▍ ▉▍█ - ▋▋▉▉▇ ▅▍▆▇▅ ▋▌▇▇▅▄▋▌ █▇█▋▉ ▌█▍▅▉ ▊▌█ █▌▉▅▆▄ ▌▆▅▅▄█▄ ▋▄█▍▍▋ ▄▄▅ ▊▍▍▅▊▅█▄█ ▉▉▊▇▍▋ ▆▍▄ ▌▊▇ ▆▇ ▇▉▅▇▉▆▉▍ ▋▇▆ ▆▊▅▄▇▋▌▄ ▊▉▍▇▇▄ ▊▋▄▋▆█▌▇▉ ▊▉█▋▍ ▋_▌▊▋▆▄▋_▄▄▌▊▄▋▆▉▌_█▅▋▆▌▉▉▆▉▍: █▌▅▉▉▌▍ ▌, ▇▌▌▅ ▅▇ ▆▊ ▊▅▄ ▅▋▊▌▊ ▆▇▋█ ▅▆▇█▅▇▊ ▍▌▉ ▇▋▅▌▌▊ ▄▆▄█▄▅▍▇▅ █▆ ▌▍▉ ▇▅▅█▋▅ ( ▉█▍▋ ▋▇▋ ▅▌ ▆▍▌ ▋▅ ▉▍▆▆ █▍▇▍ ▆▊▅▋▍▇▆ ▅▊▊▄▋▅▊▆ ▇▋ ▋▇ ) ▋█▍█▇ ▅▌▍▇▌▌▄▌ ▌▉▅▆▊▍▇█▌ ▊▊▇▋ ▍▄▍▊▍▉ ▋▉▉█▇▆▋▊ ▅▇▌▇▋ ▊▆▍▉▉▍▋▌ ▇▍▍ ▌▆▅ ▊▅ #▋▄▊▌▇ ▆▆▆ ▅▋▄ ▌▇▅▄▄▇▌▋█▍ ██▋▆▊▇▉▊ ▊▄▄▅ █▇▇▅█▇ █▍▊█▋▍▌▉. ▆▌▌█ ██▆▆▆ ▊▍▊ ▊▌▊'▊ █▊▍▋ ▌▋ ▋▌▍█▇█▆ ▄▊▌▇ ▅▅▋▋ ▅▊▊▌▆▄▋ ▆▋ ▊▉▇▄ ▍▄▍ ▅▊▉▅▍▉▍▅▋ ▍▆▍▅▆▉▋. ▍▍ ▆▄▆▌ ▊▊▄▊▅ ▋▋▅▆ ▅▊▌▆▉▉ ▉▋▊▊▉▅▆ ▌▋▅ ▉▅▌ ▇▅▊▍▊▆. ▄▍ ▅▇█ ▆▇▊▋ ▄▆ ▆▄ ▍▅█ ▅▊█▋▊▇ ▋▆█ ▊▉▍▋ ▅█▊ ▆▍█ ▊█▇ ▅█▆▉ █▌█▍ █▅. ▊'▍▍ ▄▉▍▉▊▅▌ ▍▌▊ █▌▊▊ ▊▍▄▉ ▉▍▋█ ▄█ ▅▍▍▋▉ ▅▇ ▇▌ ▅█▅▇▇ ▌█▉█ ▇▋▋ ▊▌▆▌▍ ▇▊▄▍ ▅▉▉. ██▋'▆ ▄▇▊▆▅▄ █▅▉▊ ▋▊▅▇▇▄▆▊█ ▄▋▍▊▋▊▆▌▄▌ ▉▌▍▄▆▉ ▅▊ █▊▊█▄▇▆▊▄▍▉ ▌▉▇▋ ▍▊, █▅▊▍▉▌▅▇ ▇▍▌▋▉▍▌▆▇ ▋▄▌ ▊▋ ▉▇▄▊▇▆ ▆▇▆▅▍▇ ▋▇ █▋▍▌ █▄▊▇ █▌ █▄▋▉▅▉ ▋▅, ▄▋▉▇▍ ▍█▌▅▄▋ ▊▋▅ ▅█▋▊▌ ▅▇▉▄▅ ▍▅ ▆▇ ▉▊▅ ▊_▇▌▇▍▋▅_▌▍▇▊▌▊▊▋▅_▆▌▆▌█▋▉▋█▋ ██▋▊▅▇█▌▄ ▇▍▌ ▆▊▊▌▌▋ ▋▋▇█▅▄▍▉▆ ▌▋▍▋▄▌▅▇▋ ▄▇▆▆▇▌: ▊█▅█▉ ▉▆▉▌▌▄▋ █▍▆ ▋▋▊ ▄▊▄▄▉▌ ▍▄▆▌▌▉██ ▇▉▌▊▌▉▍ ▋▉▅▅▍▍▄▋██ + ▇▉▊▆▋▋ ▊▍▇██ ▆▇▋▇▇▊ '█▌▄▉▌▆' ▊▇ ▄▍▍▉ ▌▍▇▌██▍ ▌▆▉▋▆▋▉ ▄██ ▆▇▌▊▇▊▌█▌ ▉▇▍▌▊▌ - ▊▇█▉▅█ ▍▇▇▉▇ ▌▅▌▋▆▅ ▆▍ ▌▉ ▅▍▉ ▆█▇▉▍▉ ▌▇▍▍▉█-▅▉▆▍▇▄ █.▄.▍, ▋▋▉ ▅▆▅▊▍▋▆▉ ▇▌▆ ▊▅▇█▋▊▄ ▌▅▇▇▄ ▊▍▍█▉▊▌▉ ▉▋▋ █▊ █▅█▅▋▍ __▅▆▆▊▌▍▊▊ █▍▌ ▉▆▋▆▉ ▋▍▇▋▌█ ▆▊▌▇▍▌▇ █▉▊█▇▆▌ ▇▇: ▅█▌▄█▊▊▅ ▉▊█▌██▌▍ ▄▊▍'▊ ▋▉▄▌▆▄▇▅▅▍ ▉▇ ▅█▌▌ ▌▌▄ ▊▄▋▌▆██▍▅▌, █▇▉▌ ▋▉▊█ ▄▋ █▇: ▉▄▉ ▅▄▊▄▉▄ ▅▅▊▇▊▄▋▋ ▇▌▄▅▇▋▊▍▉ █▌▆ ▇▋▅▉▇█▊▆▅ █▋ ▍▉▌ ▇▅▍▉▅ █▍▋, ▊▍█▅▅▆ ▍▅█▆ ▆▇▊▇▄▄ ▍▅ ▇█▉▍▄ ▄▊▉ ▇█▍▄▇ ▇▇▊▄▆▅▆▇: █▆▍▍▉ ▋▅▅▄▄ ▍▉▄ ▅█▅▋▌▇█▊▍ ▉▆█▍▌▄ ▍▆▌ ▌▋▋▍ ▆▊▄▉▇█▇▇█▄▉▇▆▌ ▉▇▇▌▋://▊▉▋▋█.▊▌▅▆▋▆▅▋▆.▅▆█/▊▇▍▄▆▉▄/▆▍▊▊▅▇▌█/▍▄▅█_█▌▉▍█▇▅▉▅▍.▋▄▄ ▊▄▊▄ ▍▋█▍▊ ▉▉▄▆ ▍▌▌▋▅▊ ▅▋ ▋▉▅ ██▊▅/▍▍▇ ▅▉▉ ▉▆▅█▄▇▋█▌ ▇▍▍'▆ ▇▆▋ █▋▅▍▇▍▉▉▊ █▄▆ - ▄ ▋▆█▉ ▋ █▊▋ ▇▅▇█▆ ▌▆ ▅█▆▇ ▍▆█▉▄▉▆▉▋▊ ▋▉▇██▅ ▅▉ ▇▉▍▉▍▅▊ ▌▉▄▄▆█▅ ▆▊▇▋▆ ▊▇▍ █▌▌▄▉▊▍ ▍▌▋▄▊ ▄▊▇▇▆▇▍ ▆▍ ▅▉█ ▅▊▆▊▅▊▌▉ ▅█▄▅▋▍▉▄ ▌▊▆▆ ▆▌▄▉ ▆▍▉▍ ▋▅▄▇▆█▌ ▍▇ ▆.▌% ▅▍ ▉█▊ ▊▆▊▇▋▍ ▇▇: ▍▇▅'▇ ▉▊▇▅▄▍▋▍▇ ▋▌▆▄'▊ ▊▊▌▄▇▋▇ ▇▍▄▇▆▅▋▌ ▋█ ▍▆▉▇▊▌▊▄ ▄▋█▆, ▍█'▇ ▇▄▆ ▋█▌▍█▄▅▋▇ ▌▌▋ ▍▅▊▆ ▌▄ █▆▄▋▅▍ ▇▄ ▌▄ ▍▉▍▌▄▉▅▆ ▉▍ ▋█ ▅▌▉ ▌▆▆▋▇.▊▊▉▇▌▌▆▍▇▌▊█▅▄▌ ▌▌▍▊█▍█ ▋▌▆▄▅▅ ▆▆▋▄▆ ██▆▍▊▄: ▆▇▅ ▍▋ ▇▇▇▅▄ ▋▄▆▊▆▇ ▅▍▊▄▌▊▄ ▋▄▄▊▅▊▉▉▌▅ ▍▇▅▌▉▍▉▌ ▊▍▅▉ ▆▉▇▍▅▆▇ ▇▉▆▉ ▆▇▌▊▊ ▆▊▉ █▌▌ ▆▆▅▉ ▊_▍▅▅▅▊▌▆▋▉▆▅▉▇▆▉▊▋▋▌▉▊▇▍▊▄█▊▊█▆▅▌▊ ▊▇ ▆▇▄▌▇▅▅, ▄▇▄▅▆▆ ▇▆▉█▇▍▄▉ ▅▉▅ ▆▆▉ ▇▆: ▅▇▍▊▌▆▆▊▍█ ▇▉▇▉▊ ▌▆█▆▅ ▋▊█▊▊▋▄▌ ▍▊▅▉ ▋▋.▆▊▆▉▇ ▄▄▌, ▉▌ ▊█▆▊ ▌▆▍▌▇ ▅▉█ ▌▆▄▅▆ ▇▋▆ ▆▌▋▉▆▍ ▊▋▄▅ ▅▍▄ ▉▄▅▉▇▍▊ & ▋▇▅▊▆ ▌▌ ▍█▆▌▊▄▇▊▋▋▋▇▍▊▅ ▋▅▄▊▇ ▆▆▍▊ ▌█▅ █▍▊▅▆█▅▊▆▋▇.▉▌▋▍▆█▋▍▄▍▉▉▍▊▊█▉▋▉ ▊▍▆▍▌▊▄▉█ ▍▌▄ ▌▄▌█▌▉▇▍█ ▌▌█▅▍▇▋▉ ▊▍ ▊▍▋▄▇▆▌▌▆▆, ▌▇▄▆▍ ▊▉▅▅▌▌ ▅▋▄▌▄ ▌▋▍▇ ▇▍▋▄ ▅▄▅ ▍█▆▍ ▋▄▋ ▉█▌▆▆ ▆▌ ▊█▌ ▄█▅▊▆▇█▅▍ ▍▌ ▌▊▍▄▌▉ ▉▊▌▌ ▅▅▄█▇▅▊▉, ▊█▋▉▌▄▊▍ █▊▅▋▌▋▄▌▋▌ ▍▅▇ ▋▆▍▉▍▌ ▇▄▆▌▅▌▉ ▆▉▅▇▋▍▇▌ ▄▍█▅▄█▄▆ ▋▉▆█_▅▍▆▋▍▍ ▅▇▍▆ ▌▍ ▌▆ ▉▉▊▇ ▅▄▌▉+ ▋▇▉ █▍█▇▋ █▇▍█▇▇▆ █▇▋▋_▍▍▋▅█▆ ▌▍█▊ ██▆▉▊ ▆▌ ▆▉▄▋▄ ▅▌ █▄█▌ ▆▇▆ ▍▇▇▌▉ ▍▆ ▄▅▅ ▉▍▅▄ ▍▋▌ ▋▄█▅▌▋ ▍-▍▋▍▊▇ ▌▍ ▋▅▇█ ▄▌▋▄▆▊ ▅▇▍▆ ▄▄▋▉▇▊▅▅ ▌▄▅▉▇▌ ▌▄▉▊ ▇▅▋▋▋ ▉▌▌▄▊://▌.▋▍█▌▊.▍▊▅/▄▄▆▌▉▆▆.▇▉▉ ▍▆▅▅▉▄ "▋█▆▆▅▋ ▉▉█▆ ▅▅▊▊▋▍▅▍ ▉▊▅▇▆▉ ▉▆▆▇ ▅▇▊▊█" █▅▅▊ █▍▆█▊▇▇ ▄▅▊▌▋▍ ▄▆▉▍▌█▆▋▋▍█▆▇▅▉▉▊▆▉▉▇▋▍▆▅█▍▌▉▇▊█▉▅▆█▄▉▉▊. ▍▍▋ ▄▋▆▇ ▆▋ ██▇▆▆▊▇▇▇▋ ██ ▇▅▇▆ ▄▋▅▌ ▅▉ ▅▊▌▊▇▄▌ █▍▅ ▋▅▄▍▆'▅ ▆▉▍ ▅▋ ▋▅▆▉ ▋▇ ▌▋█ ▅▇▊▍▇▋ ▇▊▆▇█▌▌▆ ▊▆▅█▄▌█ ▊▍▍ ▋█▉▊▄▊▊ ▄▊█ ▍██▄▊▉▋▊▆▉▋▌ ▍▌▉'▆ ▊▍▋ ▍▄ ██▊▅▌ ▆▋▉▊ ▋▇▅█▆▆▌▄ ▋█▄ ▋█▇▆▍▉▊▄▌▄▊ ▆▋▇▉▍▌▍ ▋▇▄▅▉▌█▊▉ ▉▇█▉▅▇▌▇ ▄▄▇▆▇▉ ▊▊▉▄▄ █▄ ▋▇▍▅▄▅▄▉▌▉ ▌▆▄▄▋▇██ ▍▍▄▉▌ █▊▇▋▇█ ▄▋ ▇▆█▌▄██▅▅ ▋▋▅▉ ▉▄▇▉▍▆▅▊ ▄█▄▆ █▉ █▊▇▋▅▌ ▌█▍▉▆▋ ▍▄▇▋▅ ▇▇ ▆▌▊▍ ▆█▅▍ ▄▇▌█▉▉▌▍█▌▄ ▉▆ ▋▄ ▄▌▆▅ ▇▄ ▇▆▆▊▌://▅▋▋▊▅.▆▍▍▋▅▅▄▊▅.▄▄▌/▍▅▋▄▉/▋▉▅▍▆▌▌▋-▄▉▋▊-▇▅▆▋-▊▋▊▇-▄▍▍▋▉▍▆▄█▇▄▍.▋▉▍ ▅▉▅ ▄▅▄▍▅▉▆▄▌ ▍▌▄▆█▄▋▉▌▊▇▇▇ ▉▌▆ ▊█▌▌▋▆▄▆▉ ▋▉▆▄ "▌██" ▉▅ ▇▆█▄▊▌▄▄▄ ▉▅▌▊▉▆▊ █▄: █▅▄▊▋▌▋▊▉█▉ ▄▅▌▋▅▆ ▉▌▊▌▍▌▋▅ █▄▋▄▄▍▇▇ █▄ █▅.▊█▉▇▍ ▆▉▉ ▍█▆▄▉▆▋▌▋▆ █▆▆█▇ ▌▄ ▊▉ ▉▅ ▊▋▌'▇ ▄▊▅▆▆▌ ▊▆▆▆▄▋▊ ▉▋▆▉▉▅▉ ▅▌ ▅▄ ▋▇▇▋▄▇▆▊, ▇▊█▉▉▉█ ▇▌▄ ▄▆▇▄▇▅▋▆▉ ▅▉▇▅▅▉▄▉▍█ ▍▆▌▍▇ ▇▍ ▄▆▋▍▄▌▋▅ ( ▌▌▋▋▍'▆ ▄▋▌▅ ▄▄ ▉▇▄█▄▉▌ ▍▋▅▇▍▊▇▄ █▉▉▄▋▊ ▄▆▊ ) ▇▋▍▆▌█▄▋▆▇ █▊▆ ▆▍▉▍▌▇▋█▌ ▄▊▅▉▆▆▅▇, ██▅ ▇▅▆▉▊▄ ▇▅▉▊▇▌ █▆▆ ▊█▌▌ ▊▉▅█▊▇▄▇ ▅▋ ▊▍▌▄▉ ▌▅▊▄▆ ▋▄▉▌▆▋ '▌▋▆▄▉▊' ▉▉▌▉ ▅▊▉▅▉▊-▅▇▍▊█▌-▌▇▅▍█ ▉▄▊▍▆ ▆▍▉▇▅▅▆▍█▇ ▅▍▋█▄ ▌▊ ▅▌▆▍▉▆▍ ▍▌ ▍ ▊▆▍▉▆▊▌/▇▊▊▆▉▄▅ ▄▆▅▊▌ ▊▊▌ ▉▌▍▋▋▇▋.▊▉▇▆▆▉▊█▋ (▍▇▍ ▅█▆) █▊▌▄▌▇▅▇ ▄▆▆▋▋▅▊.▉▌█▊▍ ▄▌▆▌ ▉▇▋▇▊█▋ ▉█▇█▇▌▊ ▉█▉▆▇ ▄▍▌▍▇▅ ██ ██▉▅ ▉▇▄▉ ▉▉▋▊▉▉▋▆▇ ▊▇▊▆ ▍▅▇▌▉▆▌ ▋▇▇▆▆ ▍▆▄▍▆▌▍▋▄ ▄▌ ▌▊▋▉▆▉▉▋ (▋▌ ▆▉▆▅▆▄ ▅▆▌▅ ▆██) ▉▆▊ ▇▅▌▇▌▅ ▍▇▉▆▋▋▉▅ ▋▊ ██▋▋▋▋ ▍▋▌'▉ ▆▌▊▇▆▆ ▆▊▅█ ▌█ ▍▅ ▉▍, ▊▄ ▇▇▊▊▇▉▄ ▄▌▉ ▌ ▊▆▄▉▆▌▄▊▆▄ ▉█▍▍ ▇▋▄█▊▅ ▋▄▍██. ▍▉ ▉▅▇ ▆▇▊▋▉▆▌ ▍▊▆▉ ▇█ ▄▋ ▍▊▋ ▍▋ ▍▉▆█▄ ▉ ▇▉▄▇▇█▉▍ ▌▅▋▅█▅▍ ▅▌▇▊ █▊▌ ▋▉ ▆▌▉▇▇ ▊▅▆▊▍ ▌▆▌▆▍▄▌█▆▊▅.▉▇▌▋▌▋▌▌▊▌█▌▉▅█, ▍▅▉▅▄█▉█▆▋ ▆▉█▉▉▅▊▅▇▋/▉▋▉█▍▇█▍▅██▇▅█▅▋▍▄ ▊▊▍▌▉▄▉▆ ▇▆▅▊▋▋.▅█▍▅▉▄▆▊▄▉▇▌▆▌█▄█ & ▌▆▊█▊▋▊▆▉▍▋▄▆▌ █▊▊▆▊▉▄▅▌▋▍▊█ & ▉▊▋▊▋▇▌▆ █▅▆ █▋▆▌▄ ▅▉▊▌▊▌ ▅▊▊ ▋██▊█ ▌▉▄▆▅▉▋▆▍ ▊▇▉ ▄▉█▋▍ ▇▅▅▊▆▇▌ ▌▊ █▅▍▄▌ █▊▍▇▊█ █▄▆▇▍▊▍█▄ ▌▊▅▍▋▅▆▉▋▉▆ ▆█, ▉▅▉ ▆▌▋▍▍▄▆▋▆▉▆ ▌▋▋ ▊▇▇▋▋▋▄ ▄▇ ▋▅ ▄▅▋█▆▄▉ ▅▌▋▌ ▅█▄▌█ █▊▆▌ █▋▄▍ ▍▌ ▊▋▇█▅█ ▄▌▌▌█▆▄█ ▊▊▍▄▌▅ ▌▊▍▇ ▊▇▅▌▊▇▅▋▉▇ (█▌▌▇▉ ▇▅▊ ▆▍▍▅▊▋ ▆▋▌▄ ▅▋▍▍▋), ▍▌▌▇▅ ▅▉▋▋▋ ▊▄▌▋▉▉█ ▍▆█▄ ▇▉▋ ▇▊▍▉ ▄▊▋▇▉▄▍▉▊ ▍▄▉▋▅▆▇▍ ▋█ ▍▆▉▊▋▋, █▋▉▇▅▄ ▉▆▍▋▅▍▇▉▋▌▄▌▉▍ ▋▋▌▅▅://▋.▊▆▍▇█.▍▄▊/▄▆▇▅▉▍█.▇▋█ ▅█▊▆▊▄▅▋▅ ▌▄▋▌█▆▇ █▇▆▊▆ ▅▍ ▋█▉▉▍▇▊▉█▍█ ▄▋▅ █▉▌▅▋://▌.▆▉▆▇▍.▍▅▉/▅▄▄▅▍█▍.▋▅▉ ▅▇█▇▊ ▋█▇ █▅▄▋▇██ ▇▋▅▅ ▅▊ ▄▅'▅ ▇▇▍ ▆ ▅▆▆▊ █▇▍ ▇▇▌▌▉▍, ▉█▍▉▇ ▊▉ ▋▊▊▋▉▄ ▌▅ ▆▇▍ ▇▌▅ ▆▆▍▇▆ ▄▉▄▄▌, ▆▊▅ ▄▉▅▊▍ ▋▇▉ █▉█▅██▌▅ ▍▍▉▋▋▇▆▄▅ ▅▊▄▊▊▌█▌ ▌▌▉▄▋▍▊ █▊▋▊█▅ ▌▉▊▍▄://▍.▋▍█▋▇.▅█▌/▄▆▍▌▋▄▆.▉▊▆ ▄▅▍ ▍▆▅▉▊▉▍ ▆▄▇▊ ▉▍▋▍█▄▆▌▇ ▅▉▆▋▌▌█ ▍▆ ▍█▌▍▍ ▋▋▆▅▋▊ █▊▍▌▆▇▌▆▇ ▅▉ ▍▆, ▋▌█▍█ ▊▋▄▄ ▍▅▌▌▊▍▄▆▅ ▍█▆▍▉▉ ▇█▉▄ ▅▊▅▇▉▊▅▅▇▋▌ █▄▉▇ ▊▌▍▇▊▌▆ ▅▍▉█▍▌▇ ▍▊▍▅▋://▌.█▋▌▇▆.▉▌▋/█▇▉█▊▉▌.▋▇▅ ▌▆▍▉ ▆▋▄▊▆▌ ▇▅▍ ▇▇▊▍▌, ▍▉▅ ▅▍▉▊▊▄▄ ▇▇ █▅▆▌▆█▍▍ ▉▄ ▇▊, ▇▄▇▇▇▅ ▅▍▉▍ ▋▋▍▋▆█▌▉▊ ▍▆▌▇▅▌ ▄▄▌▋ ▄▇▍▆▉▌▍▆▇▆ ▍▌▇▋▉█▉▌█▆▉ ▄▄█▇ ▇█ ▋▅█▇ ▅▇▆▉, ▊▋▉ █▍▇▅▉▇ ▋▅ ▍▅▌▋▇ ▆▉ ▉▆▍▆ ▉▌▅▇▅▅▌ ▍▌▉▅▆▌▋▍█▉ ▍▇▉ ▊▊▆█▇▍█ ▅▄ ▉▋▄▉▇▆ ▋▆▉▅▄▊▇ ▍ ▊▋▌▍▄ ▇▋▄▊▌█▉ ▌▉▋▄▆▋▊ ▌▆▋▅▋▉█ ▆▅ ▍▋▆▌▆▋ ▊▊█▍ █▌▆█▅▅▄▋█▅ ▉█▍▇▍▉ ▊▌▊▅▇▉ ▄▊▅▍▉▉▇ ▄▍▅▊▆▆▌, ▉▌▉▍▊▋ ▍▅ ▉█▌▍▍▋▄▋▍▆▊ ▌▋▊▇▆▉ ▉█▇▆█▌▊▄▅▄▌ ▇▋ ▉▉▊▍ ▄▊▄▊▊▉ ▍▅▅█▊█▄, ▍█▇ ▇▅▇▉▌▅▊▅ ▌▌▋▆█▆▊▄▆▌▉▋▅▍ ▌▌ █▅ ▆▇▄ ▉▄▅▇▍▇█▆▄▅▌ ▍▍ ▋▌▌ ▋▊▍ ▋▊▆▆▇▋▆ █▆█▅▋▍ ▆▅ ▆▋▉▌ █▍▆▋▅▋▊▋ ▆▅▄▄▊ █▇▊ █▇▌▋▉▋▌ ▆▌▌ ▇▍▋▋ ▉▄▆▌▅▄▉ ▌▅▉▊▄▍▇▅██▇ ▊▊ ▋▍▍▋▇▋▄ ▄▍▆▇▋▄ █▊▍ ▋▌▆▆ ▄▉▅▆▅▉▋ █▄▇▇▄▇▄▄▉▅ ▉▉█▍▉▌ ▌▆ ▍▄▉▋▅▋▊ ▄▇▊▅▋▊▊ ▋▍▊▍▉▌▆█▍█▄ ▌▆, ▇▋▇▉ ▊▇▄▆▉▆ ▋▌▊▋▍▍█▌▋ █▌▋█ ▇▉▇▍ ▍█▄▅ ▋▇█▆▇▄▄ ██▊▇▆▋▌▄▍▅▆ █▉▉ ▆█▇▉▆▍▍▇█▄ ▋█ ▅▄▉▅█▊▍▇▇▇▌ █▉ ▋███▌▋ ▄▉▊█▍ ▅▋▄▄▅▅▄ ▉▊▋▉▌▉▋▊▉▉, ▅▅▌▉▍ ▄▉██▍▉▇▊▍ ▉▉ ▊▄▋ ▊▌▆▆▇▇▌▋ ▆▊▍▊▅▅▉▇█ ▊▇ ▆▊▉ ▉▊▆█▅▍▌ ▍▇▍▊▌▍▊▍: ▌█▆▅ ▇▆▌▉▆▇ ▅▅▉▄▍ ▆▌▅▅ ▆▉▄▍▅▌, ▌▆▆▍▄▇ ▆▌█▊ ▅▅▅▇▆ ▋▅▍▄ #▄▌▇▍█, ▋▌▋▌█ █▌▉ ▄▆█▄▊▉▆ ▄▍▇▅ █▋▅ ▋▋▌▉▇▅▍ ▅▄▉▇▌ ▆▆▊█▇▍▌▊▄▌▍ ▆▅▉▊ ▍▅█▅█▊ ▊▄▍▍ ▍▄▊▊▍▆▌ ▊▋▇▄█ █▍ ▅▊▅ ▄▍ ▌▊█▋█▍ ▄▉▇▌▆ ▊▅▊▉█▍▅ ▍▄▊ ▄▉▇▆▉▉▊ █▄▌█ ▉▅ ▅▆█ ▆▆▊▍ ▊▉▋█▋▍▋▍▉ ▆█▅ ▍▇▌▄ ▄▉▌▇▇▄▇, ▄▌▄▄▉▆ ▍▊▍▇ ▅▍▉ ▌▌▉▊▋▋ ▍▋▇▆ ▉▌▆▆█▋▇ ▇▉ ▉▅▋▊▊▌ ▆▊ ▉▉▉▌▌▇▇▆ ▅▄▅▊▊ ▅▉▊▊-▉▅▆▄▉ ▍▉▄▉▇▇▄▆▌ ▌▉▄▇▆▌ ▇▋█▍▍ ▆▋▆▊▍█ '▊▅▍▅▊▄' ▊▄▊▄ ▌▇▍▍▅▍-▅▇▄▉▋▇-▌▆▌▊▆ ▄▆▆▇▇▉ ▍▊▍▆▋▅ ▉▇▇▊▋█▇▉ ▄▌▇▉▌▉█▋▇▆ ▊▇▍ ▋▊▌▇▊ ▉▋▄▆ ▆▊▇ ▆▉▅▇▊▄▌ █▅ ▆▆▍▊█▋▅▅ + ▇▊▉ █▅▋ ▋▉▆▄▍▊█ ▋▉▊▆▊ ▄▆ ▇▊▆▌▌▌ ██ ▌▊▆▋▊▍ ▍▉ ▅▍▄ ▌█ ▌█▍▌▋ ▋▉▊▆█▌▋▌▋▊█▊▉ ▇▆▆▊▉▌ ▅▍▉ ▋▄▉▆▉▅ ▌█ ▅▆ ▄▄▄▍▌▊ ▆▇▄▌▅ ▆▅█▇▋ ▉▅▆▍▄▋ '▌▆▋▉▊▅' ▇▉▍▆ ▉▅▊█▆▇-█▍▇▉▄▅-▇▉▍▅▍ ▋▊▋▆ ▆▆ ▆▆▌▅▆▍▄ ▄▉ ▌▌▋▍▋▌ ▉▆▊▆▉▉ ▊▊▌▆▊▉▆ - ▉▍▆▄▆▍█ ▅█▅ ▆▄▆ ▉▉▆▉▋▍█▄ ▆█▄▄▋ ▊▊▉ ▍▌▉█▌█▊▊▌▉ ▄▇▊▄▄▇▆ ▇▄ ▄▇▇▉▋ ▅ ▅▇█ ▅▄▉▆▋ ▉█▇▋▉█ '▄▍▊▋▆▌' ▄▇ ▅█▋▋▇▊.▉▅▊:▇▋▇▊▄▅▉▋▄/▌▉▅▉ ▊▊▊▌▍ ▄▋▉▇▌▄ '▌▆▄█▆▅' ▉▅▇▌ ▄▍▆▌▍▌-▄▍▅▍▉▆-▉▋▄▄▉ ▊▉█▄▄ ▍▇▋▌ ▄▅█▌▇█ ▋▋▊ ▋█▄▄▆▊▉▅ ▌▉▉▊ ▆█▆▊▌▊ ▍▋▄▍▌▄▄ ▋▍█▆▊ ▄▉▌▅▆▉ '█▊▆▋█▌' ▄▌▆▆ ▋▋▆▆█▋-▋▍▊▋▊▍-▍█▋▅▌ ▆█▄▌▅ ▅▊▅▅▇ ▆▇▅ ▍▄▌▌▍ ▆▆▄▅ ▇▋ ▍▉█ ▍█▋▌▄▇▄▌█ ▅█▊▉ ▉▅▆█▉▊█▌▉▅▄ & ██▍▌▄▄▆▍ ▊▋▋▊ █▉▆▍ ▅▅▊▊█ ▇▋▊▌▍▍▆▆▄▉ ▇▇ ▊▇▉█▅▋▇▌█ ▄▋ ▌█▋▌ ▇▊▇ ▊▍█▊ ▅▋▆▍▅ ▅▍ ▊▉▅▇▇▌ ▆▊ ▉▍▇ ▆▋▍▇'▍ ▌▇▅▄. ▍▊▋▍ █▌▍▅▌▅▆ ▊▅▌▌█▉█▅ ▍▊▊▅▇▆▊▋▊▋ ▋ █▊▄. ▅▄▄▋▆ ▍█▌▄▋▇▋▋▅▌▅▌ █▇▅▅█▆ █▇▊ ▋▅▇▇▄▋▊▊ ▄▌ ▌▊▇▉▋▄/▉▍▌▊▉▉▌▉ ▍▇▅█ ▌▊▋▉ █▊▅▇ ▉▊▊ ▊▅▄▅ ▄▆▅▄ ▋█▅▌ ▇▊▊▄▆▇▋ █▋▊▆ ▌▇▄▆▆▊ █▇ █▍▆ ▆▉██▋ ▆▋▆ ▇▍▊▌█▌▋ ▉▌▄▋▅ ▍▍▌▆ ▋▍▄▍▇▆▅/▊▌▅█▅▉▌▉. ▉▋█▆▆ ▅█▊▇▉▅▊ ▇▋▋▆▆▊ ▆▊▌▆▋▌▄ ▌ ▄▍▆█▉ ▍▍ █▆█ █▋▊▄▇▆▊ █▆▊▋▍▄▌▆█.▇▆▊▆▍▊▅█▅██▍▍▆▊▍█▇▌█▄▆▇ ▊▊ ▇▊█ ▄▄▌ ▇▅▅▊▋▋▍█▌ ▉▅▍▌▌▊▉▍▄ ▌█▋▄▋ █▅▌▄/▊▊▍▋█▄ ▊▄▋▋ ▊▌▅█ ▍▍▍▍▆▉▋▍▌▊▇▆▊ ▅▇█ ▋▉▌▋▇▋▌▋▊▍▆▌▍▋▇▅▋▄▋▄ ▌█ ▌▇▇▊▌▆▇_▆██▊▇▄▅▄ ▇▅▅▄▅▆▇▇ ▍▄▄▆▆█▉█▆▉▆▊ ██▊▍▊▇██▋▅ ▉▊▆ ▅▇▍▉▍.▋▆█▄▇ ▊▋▄▅▋▌▄▇▋ ▌█▉▍█▅█▋ ▋▌▉▌██▄▅▅▊▌▇▌▍▅▇▄▄▆ ▊▆▋ ▊▋▋▌▌ - ▌▉'▇▉ █▉▄ █ ▊▉▉▅▆▍ ▄▉▅▆▄ ▌▌▆ ▅▍▇▍ ▌█▄▆▌ ▄▊▊▅, ▉'▌▅ █▋▌▉▉ ▌▉▍▍ ▊▆ ▅█▉ ▋▍▍▉ ▇▇▅█▊▉ ██ ▋█▉▊ ▌█▋▄▌ ▆▄▇▋▇-█▇▍▆▆▌ ▋▆▇▊▊▊▆ █▍ ▍▅▇▅▅▄'▄ █▆▌▋▇█ ▋█▌▊ ▌▍▍▌█▇▆▉ ▊█▅▌▄://▅▅▇▄▌.▅▋▆▉▆▇▍▋█.█▉▇/▉▌▋▍▋▆█/▅█▋▄▉█▊▌/▊▆▊▊_▄▇▌▇▅█▆▊▊▍.▋▍▌ ▄▇▌▆▄▄█ ▍▍▍▇▇▋▊▅▊█▆█▌▌█▄▋▉, ▊▉█▉▌▅▋ ▌▅▉▅▋▊▉▅▅▋▄▇█▍▇▌▅▄▅ ▊▆ ▅▍▉▇▅▋▇▉▄▇▅▌▊▉▉ ▅▍▍▌▋▇ #▊▅▇ ▊▆▉▇▊▆▉▊▉█▊▅▍▌▊ ▌▆▉▅ ▇▍▉▌█▌▋.▆▅▆▍▍█▌▅▊ ▍▅▄ ▌▌▋█ ▇▆▌ ▇▅ ▅▇▍▉▋▉ ▋█▅█ ▅█▍▄█▇▉▉▆▇ ▌▅▋▋▅▊ ▇▊ ▉▆ ▊▉█▉ ▅▌▇█▅▌▅▋▉█▍ ▉▍▋▆▅▋▊ ▊▄ ▆▍▉ ▆▇ ▄▆▄ ▌▌▌▊▄▇ ▍▊▄ ▅▇▇▅▄▊▆▌▉▋▉▇██.▍▌▇▇▅▆▅▄▄▊▄▌▊▊▇ ▉▉▌ ▊▄▉▇▇▌▆▇ ▇▇▋ ▇▋▊██▍▋▊▄ ▋█▌▅ ▆▊▄▆▍▉█▄▆▊▋▇▍▉▉▉▄▋ ▌▋ ▆▋▌██▆, ▋▉▌█ ▅▅ ▆█▄▊▌▄█▋▍ ▋▄'▅▌ ▅█▇▆ ▅▍ ▍▊▅▌█, ▋▊▋ ▊▌▍▅ ▋▉▊▅ █▉▌▊▄▇ "▄▌▉▊ ▋▉▇▋█▇▋▉▅▉▄▊▉▌▅▆▋▍ ▍▉ ▇▊▆▍▄▋, ▇█▌▊ ▉▆ ▆▋▄▅█▌█▊█ ▆▇'▄▄ ▌▍▄▉ ▌▉ ▅▌▄▇▅, ▆▇▋ ▊▍▆▊ █▍▋▇" ▌▌▄▋ ▌█▇▅▅▆▅ ▍▆▌▇▍▍ ▅██▆█▌▌▅▅▌▊▅▉▍▄▆█▅▅█▅▊▊▉▍▅▍▄█▉▋▊▇▊▇▉▇▅▇▍. ▆▉▋ ▊▊▍▉▆▄▊▋▋▅█.▌█▋▌▇▆▍▋▋▊▄▍▋▍ ▉▉▍▇▋▆ (▆▉▍▍ ▌▍▉ ▊▄▌▋▄▉▌ ▋▍▌▉▌▅ ▄█ ▌▄▊▊▆) ▊▊▉ ▊█▄▌▆▆█▋▍▇▋▆ ▋▌ ▌▍█▌▅▊▊██▊ ▆▋▊▌▇▆ ▋▍▍█ ▅▆ ▄ ▊▉▉█▄▉██▋, ▋▄▆▋▆ ▇▉▄▍▆▍▇▊▉▉ ▊█▋▊ ▋▇▇▋▉▍▋▆ ▊▆▉▌▄▆ █▍▊▊▊▍ ▇█▍▉ ▍▇▊▍▄▍▋▊▌▋▊ ▇█▆▊ ▌█▄▌▋▇▇'▌ ▅▅ ▊▌ ▄▋▋▆ ▇▇▌▌▆▆ ▋▆▊▉▍▄ ▆▉▄▉▇▄ ▌▉▇▉▅ ▅▉██▌█ ▄▋▌▄█▆▍ ▊█▇▉▊▋▆▆▇ ▇▊ ▊▄ ▄█▍'▍ ▆▍▌▆ ▊ ▆▌▋▍▌▉▋▄▄▋ ▇▄▌ ▍▊ ▆▌▉▆▍▋▅▌▌▋▇ ▉▋ ▍▋▉█▋▍▅▉▌▊▍ ▊█ ▇▇▌ ▆▄▅▉▇▊█▇▉▆▌ ▅▍▌▆: ▉▄▍▅ ▆▆▌▆▍ ▋▅█▅▊▊██ ▌▄▉▋▅▄█ ▆▇ ▅▌▉▅▄▉▍ ██▊▉▅▄▊ █▋▆ ▌▅▆ ▆▋▌▋█ ▆▍▆▉▇▍▉▍ ▍▄▍▋ ▋▊▉█▋▆ ▄▍▆ ▌▇▅▄▌▅ ▆▍▄█▍▋ ▋▌▊ ▊▌▄▊ ▍▆▄▉█▍█▆▊▋ ▉▉▌▌▅█▉▅▉▉▌▆▍▌ ▉▍▍▄▌▍▌, ▌▅▇▍▍ ▋▋▋▄▇▍▊▆▉▍▅▍▉▇, ▄▉▇▉▌▋▆▆▄█▍▇▇▋▍ ▊▇▉▌▅▊ ▋█▉▅▌▊▋▆▊▌▄▉█, ▌▆▉▊▉▆▋▉ ▋▆▄▍▉ ▌▆▍▉ ▉▄▇▋▆▅▌▇▍▅▉▍▇▉▍▌▍▍▊▅▋▍▊, █▄▄▅█ ▅▆▋▉▇▅▆▍▅▋▉▄▊▆▉▄ ▆▊ ▇▊▅▅▊▍▉▋▋▊█▌▊▆▄, ▇▆▊▇▍ ▉▆▇▍▊▆▇▊███ ▉▆ █▊ █▇▄ ▉▋▍▉▇▊█ ▇▄▆▄▆▄▌▊▆ ▄▅▇▅█://█▊▍▇▆.▆▍▉▆▊▉▄▅▅.▊▄▍/▍▊█▇▅▄▉/▅█▉▌▄▇▉▅/▆▉▅▅▄▆_▄█▉▋▌▊▉▆▍▋.▄▅▄ ▅▋▊▅▇▉▇▅▌▊▄▉▌▅█: ▌▉-▍█▄▋▍ #▆▍▉▇█ ▄▍ ▉▋▋▌▆ ▇█▊█▌▊▊▄ ▅▋█▆▍█▅/█▇▋▊▅▇▆█: ▊▉▍▅▇▆▇▍ ▇▊▉▌▍▆ ▅▅ ▌▇▊▋ ██▇ ▇▍▌█▅▍▄▊: ▍▄▍▍▍ ▌█▆▌ ▌▌▅▉ █▊ "▅▆▆ ▊▌ ▋▊▉▄▆▅▊ ▆▉▋▅▍▆" ▍▊▋▄▆ ▅▇▇▅▌▍▉ ▇▌▍▆▋ ▆▍▇▆▌▆█_▌▊▋ ▅▆▋▄▊▍ ▌▉▋▌▄▍ ▄▆▉ ▊▌▊█▍ + ▇▋▍ ▋▉▆▉ ▄▅█▆▅▊ █▆▄█ ▌▆ ▊█▆▅▇▊▇▍ ▄▋▆▇ ▌█▋█ ▇▇▍ ▉█▇▌█▆▊▌▇▊▄█ ▅▄ ▇▋▉▄ ▊▊▅▆▆ ▉▇▌▄█ ▋▌▍▌▋▉▆ ▌▇▉ {▌▌▋} ▋▍▇▍▆▄▇▉▊▅█ ▋▊▌▇ ▅▋▉▊▆▆▅█▊▆▋▊ ▋▉█▄ ▆▋▌▇▆▍▉▄▋ ▋▌▄ ▊█▄▄▋▍▋▉▍.▆▊▉▊▉▊▊█ █▉▄▆▅▆ ▄▌█▄▅▅ █▌█▇▄▋▅▅▋▍▋▌▌ ▄▄▄ ▇▋▊▇▌▊▇▆ ▌▌▉▆▄▆▆▌▉▇ (#█▇▆) ▆▉▋█ ▉▋█▋▆█ ▅▆ ▍█▋ █▌▆▌█▆█▆ ▆▍▅█▋▌▆█▉▊▌▅ ▅▌▌▇▌▌█▊█ █▄▅▋ █ █▋▅▊▌▍ ▋▇▉▉ ▇▆ ▋▌▍▍▉▉▄▇▊ ▉▍ ▍ ▍▉▌▌▌▌▍▄▋ ▆▇ ▉ ▇▍▋▌▇▋▇▇ ▍▉▅▉▊ █▌█▄█▌▍▋▆▊▆ ▅▍▉▊▊▇▉█ ▉▇▊▉▌ ▆▍ ▌▅▊▍▇ █▇▅▇▍█▍▇▇▇▋ ▅▇▉▋█▅▊ ▋ ▉▄▊ ▄▇▋▇▊ ▌█ ▍▌▅▆ ▆▌▌▌▅▋▅█▆▅▅▊▉ ▆▇█ ▉▊█▌▇▇▋ ▆▌▊▊▌ ▅▌▇▉ ▊▌▄▊ ▌▊▍▍▉▅▋▉▍▊▅ ▄▆▇▍ ▇▇ ▆ ▍▌▄▉▄ ▉▅▆ ▆█▋ ▉▍▋▅▊▉: ▍▊▉▇▅▊▆ ▇▅ █▉▉▋▍ ▄▆▇▌▅▊▇▊ █▌▇▌▇▌▇▋ █▍▊▋▄ ▊▋▍▋▆▌: ▅▌▅▉ ▊▉█▊▇▊▍▄ ▍▆▆▆▋ ▍▇▇█▄ ▇ ▍▊▍ ▍▍███▄ ▍▌ ▅▋▆▆ ▊▇▌▅▄▅▉▍ ▊▉▋ █▄▍█▍ █▅█▅ ▍▋▉ ▉▆▌▆▌.▄▅▄▉▍▉▇▍█▆▍▆█▋ ▆█▆ ▍██▉▄.█▄▆▅▆▌▋▇▍▅▍▊▌██▅ ██▊ ▉█▅▅▆▊▆▉ ▅▇ ▆█▋▇▄▋▄▇▌ ▆█▆▅▆▌▇ ▌▌ ▋▍▄▉▍▋ ▄▉▆▌▄█▍▇ ▊▍▊ ▋▅▇▋▋.▇▋▉▆▆▆▇▌▇▌▌█▋▅▆▊█▄ ▆▉▉ ▆▇█▆▄.▉▅▊▄▆▉▄▄▊▆▍▋▉▋▅▇▉▅▊▉ ▊█▋▍▇▅▄▆ ▆▅█ ▅▍▅ ▊▅▆ ▇▉▆▇ ▋▉▍▋▋ █▉▇▅ ▋▅▋▋█▅█▊ ▋▅█ ▌▌▉▌▌ ▋█▄▄▄▆ ▉▇▆▌▍▋ ▆▉▊▉/▌▄█▇▇▆/▊▉▊ & ▊▉█▌/█▍▄▅▌▍/▄█▇ & ▅▉▉██▉▅▋/▇▅█▍▄▋/▄▉█▉▋█/▇█▊▅ ▉▌▍ ▍▉▇ ▊▊▄▉▌▍ ▋▌▋ ▄█▍▆▇▍▌ █▅▍▊█▇▇▍▍▋▌ █▍ ▊▊▅▅ ▍▉▌ ▍█▌▅▌▉▋▊/▄█▅▆▅▊/▇▋▄▍▍▆/▆▄▉▅ ▄▆▍▅█ ▇▋▆▌_▅▍▍▆▋/▌▌▊▋▍ ▉▉▊▇ ▆▆▍▅▅▄▆▉▌▍▊ ▅▉▊ ▉▅▊▊▌▇, ▄▋▇█▇▅▄ ▊▉▄▍▊█▍ ▊▌▉ ▆▊▆▉▉▄▄ ▉▉▆▆▄ ▉▆▍▋▆▆ '▉▌█▋▍▄' ▊▄ ▋▍▄▋ ▉▄▊▊█▄▊▌ █▊▇▍▋▌ ▌▉▄▋▄▌▅▊▄ / ▄▄█▊▅▍▉▆ ▄█▌ ▋▆▇▌▌▌ ▄█▋▌▉▉▄▄▆▄ ▍▄▌▆▉▌ ▍▊▊▄▇█▌▍.█▇█▌▅▉▆▅▍▆▋▋▍▆▉▉▇▉▍▌▉▆▅▆ - ▆▌▆▊ ▆▋█ ▊▉▌█ ▅▄▅▍ ▊▌ ▋▄▊-█▌▍▋▅ ▄▋▌▉ ▄█▅ ▅▅▊ ▆▆▉▍▆▋ ▅▆▅▋▇█▅▊ ▆▄▋▆█▌█▍▉ ▉▅▍▊▄▉▇ ▇▍▍▉▊▇▆ ▌▋ ▍▆▊▌▍▌▉▉▆▆▍▋ ▍▋▆▅▆ ▋▄▌▆▅▅▋ ▋█▇▉▉▍▍▌▌█▉ ▊▌▅▉ ▊▉▇▇▌▉▉▇.▆▊██▊▅▍▉▋▅▌ ▄▉ ▉▄▄▇▇▅/▌█▅▊▇▅▅█ ▆▌▋▆ ▅▆ ▄▄▍▄▉▇ ▊▍▌▋▉ ▍▅▄▅ ▉▇ ▄▉▇▊▌▄▄ ▅▆ █▋▋-▊▄▌▋▋ ▉█ ▄▍▌▄▉▍▉ █▄▇▄▅▆▊ ▉▊▋ ▌▉▅▍▍▍▆▌▌▆▆ ▊▋ ▆▇█▋█ ▇▆▉▌▋▆▊▍, ▋▆▇▉ ▄▅▇ ▄▍▆▇█ ( ▅▍▉▅▋▋▇▋ ▇▅▋'▊ ▉▆▅█ ▆▄▌ ▌▇▍▅▄ ) █▇▅'▅ ▇▊▇ ▄▄▆▆ █▋▇▄▍▍▌▉▊█▋▍▋▄▍▌ ▍█ ▉▄▆ ▌▉▋ █▉▆█▊▌▊ ▉▆▍▋▋▌▍▌, ▍▉▇█▉ ▋▇█▄█▋█ ▊▉ ▅▄▉▆▊▊ █▊█▌▌▌ ▅▊▌▆ ▅▍ ▍▉▊▉▌▇▍, ▍▅▅▅▍▍ █▄▄▄▍▅ ▉▆ ▆▇▆▄▉▊▋▉▊▉ ▌▆▋ █▄▌▊▆▆▆ ▊▉▇▉█ ▍█ ▌▅▊▍ ▅▊▋▋▆██▇▋ ▆██▉▇▋▅▍▍▅ █▋▍▆▊▋▄▊▊▉▅, ▌█▄▊ ▊▉▄▋ ▌█▆▌ █▍▅▄▋, ▅▋▌ █▌▄▅▅▅▇▄ ▍▅ ▋▋▋▉▇▄█ ▌▊ ▅▄▆▅▊▆▌█.. ▇█▊-▆▉▍▊▋▍ ▇▌██▆▍.▋▊▋█▅▍ ▉▅▉▌█▉ ▋▆▋ ▇▍▇▋▄▊▆▌▆ ▌▄ ▌▇▊▊▇▅▍▄▉█▍ ▋▋▉▋ ▇▅ █▄█▌ ▉▆▄▌▅▋ ▅▇█ ▋▉▉▄▅ ▅▉▍ █▆▉▋ ▊▆█ ▅▊▆ ▇▆▅█▅█▅▇▅▊▌▆ █▋ ▋▄▊█ ▆▋ ▇▉▋▅▍▋ ▌▅▌▍▉▊█▉▌ ▄▇▇▇ ▅▌▋ ▄▌▅▆▌▌▍▊ ▉▄▍▍▌, ▋▉▍'▉ █▊▍ ▉▅▄▅▌▍▍ ▊▊▇▄▅▍▉▉▍ ▄▋▌▄▆▅█▉▋▉ ▋▅▉ -▇▋▍█▌▆▌▌▍▇▍▌▇▍▅▍ ▌▄▆▅▉ ▌▌▉▊▋▇▋ ▉▇ ▇▆▌▄▇▊▅ ▊▅ ▇▊, ▄▄▇ ▍▅▌▅▆▉▍██▍▍█▍█▌▄ ▍▅▆▊▄ ▋▄▆ ▊▉▌▅▍ ▍▉▉▌ █▉█▌▆█▍ #█▌▋ ▌▅▌▋ ▊▌▄▇▉▌█▇▆/▄▊▉▋▋▋▉▉█-█▊█▌ ▇▅▋▊▇▅▅▍▅ ▅▋▌▅▇▌ ▉▄▊ ▇▅▇█▆▊ ▋▆▋▇▅█▊▆▇ ▋█▍▊▌ █▇▆▆▌█▋▍ ▉▇▋▍█▋▇▆ - ▉▍▌'▄ ▍▅▇ #▌▋▋▉▉ █▇ ▍▌▍▅▆ ▄▍▅▉▋▍▌▊ ▇▉▆▄▌▍▄▆▉▄, ▊▍▇▍█'█ ▅▍▅█ ▅█▌▄▆▉▆ ▇█▇▄ ▄▄█▄ ▆▉▊▊ ▊█▅▇▋▇ ▆▍▄▉▊ ▇▌▌██▍▊ ▅▌ ▇▊ ▊▌▅▄▉ ▌▌▍▅▌'█ ▇█▍▄▅▅ ▋ ▍▊▅▌▋▍▆▆ ▉▄▄▉ █▌▇ ▄ ▌▇▅▋▋▇▄▅▇ ▌▍ █▇▉█ - ▌▉█▌▋█▋.▄▅▋▇▆▋▌▉.█▉▄█▄▋▍▇▍▉▉▄▉▍▄▋ ▍▄▊▆▄ ▄▄ ▊▉▄▇ ▄▄█▄ ▆▇ ▋▇▇ █▌█ ▋▌▆█▆▅█▆▄▅ ▍▇▆▅▉▉▇▉▇▌ ▍█ ▍▇▉▉ / ▆▊▋▉▋▇▄▉ + ▍█▌ ▉▋█▅▌▆▌▅ ▄▌▅ ▋▆▍▌▅▍█ ▆▍▌▍▋▍▋█ ▉▇▊ ▇▊▆ ▅▋▌▋▍▊▅▅▄▆█▊ ▅▌█▉▍ ▆▄ ▅▊█▍▊▄▉█▇▊ ▉█▋▅▌▊▉ ▅▄▅▆▇▄▍▊█▄▋ ▌▄▍ ██▆▉ ▊▊▋▅▊ ▇▆▋▉▉▋▊▉▆▆ ▍▇▌▄▋▌▉▉ ▆▅▄▋▊ ▇▋▄▄ █▊▆▍ ▋▄▇▋ ▄▉▉▇▍ ▌▉█▉ ▄▊ ▉▇█▊▅▅ █▍▊ ▊▉█ ▋█▊▆▌▄▆▅▆▉▆ ▋▆ ▍▅▇▇█▆▄▆ ▄█▊▍▍▅▌ ▆▅▊▅█▅ ▌▍▆▉▊█▆▍▇▄▅▋▇▅ ▍▅▉▅▇▉ ▅▋▍▍▆▌▍ █▍▅▌▄(▆▅▅▅▅) ▌▌▌▋▇▋ █▉▆▊ ▍▌▅▉'█'▋▍▍▅▄▆▆▌ █▌▍▅▅▄█ ▆▄ ▋ ▍▋▇▉▋▌ ▍▉█▄ ▆▄▊▋▊▇▆▇ ▆▄▅▍ ▉▍▇ ▍▇▊▆█▋ ▇▌▄▆'▋'▄▆▅▄ ▅█▋▆▉█ ▅▆█▋ ▌▄▍▄▉▄ ▆█ ▅▋█▇▆ ▄▇▌▅ ▉▉▍ ▇▄▅▅▌▋▅ ▇▇▍▌▅▅ █▊▊ ▇▌█▅█▊▄█ ▉▌▆▋▍▋▆▊▊▉ █▋▌▌▅▌▍ ▍▄▅▍▇▅ ▋▇▊█▇▅██ ▊▍▋ ▉▄█▇▇▊ ▋▅█▉▄▌▌▉ ▋▉▆▉▊▍█▆ ▊▉-▇▇▆▍▉▆▅▌▌▅ ▇▄█▉▉▇█▋▍▊ ▋▉▋▍▉▉ ▅▌▍▄ ▆▇█▍▍.▄█▌▊▅ █▅▄▋▅ ▊▅ ▊▄▇█▋▆▄▌▌ ▉▆▇▍ ▄▆▌▌▌ ▄▊▉▊█▌▊▄ ▋▅▉█▄▋ ▍▇ "▉▌▉▉▉▄█▄▄▉▆█" ▊▅▅ ▇▆▌▅ ▍▊▄▉▉ ▌▊▉▌▆████▊ ▉█▆▆▇▍ ▆█▉▍▉▅█ ▊▄ "▆▆▆▊▍.▋▉▆▄▊" ▌█▊▌▊▄▌▄ ▄▉▋ ▄▍▉▅▋ ▅ █▊▍▊▆▍▌ ▄▆ ▆▌█▌▄▅▆▊█▉▊▊ ▍▌▋▅▇▄▆▅▆: ▊█▆▉▄▊▅ ▍▊▉▋▋▇.▌▄▊▅▉▉|▋▇▅▊▄ ▉▉▌▅▉▌▌▉▌ ▄▉ ▇▅▆▍▉▄▊ ▋▄▌▍▉▍ ▋▉▅█▊▇▌▉▋ (▅▄█▋ ▍█▋▊▆▌), ▇▆▊█▌▊▄▋ ▋▇▊▆▊▄ ▌█▍ ▊▇▍█▅▄▉ ▍▆█▋ ▅▅▍ ▇▊▄▅ ▋▅▅▆▌▊ ▊▅▆▅. ▍██▌█ █▅▆▇▇▆▆▄/█▊▅▆▉▉/▇▆▉▉▍▅/▇▌▇▉ ▆▋▄▋▇ ▄▌▄▌ ▊▋ ▌▅▇▋▌█ ▄▊▊▋▇ ▅▉ ▌▍▇ ▌█▋▅▉▋▋ ▄▉▅█▊█ ▌▄▇ ▌▌ █▄▆▌▄ ▋▆▅▋▋ ▍▊ ▉▌█▊▍▉ ▅█ ▅▅█▆▅ ▋▍▇▆▌▋▍ ▆▊ █▌▅ ▄█▍▍▇.▍▍▄▍▊ ▉▆▋▌█▆▇▋ ▆▊▍▊▇ ▋▌▍▍▄▍▇ ▌█ ▉▉▍▅▅ ▉▋▅█▆ ▆▄▇▅▉▍ ▆▋▍▍▅ ▅▅ ▇▅▆▄█ ▄▍▄▉▌▅▊ ▅▍▇ ▄▌▍▅▆▋█ ▆▇▊▇ ▄▋▆█▌▆█ █▉▍▍▉▆▅ ▉▅ ▊▆▆▉_▇▍▍▋▄▄ ▄▍▇▍▍ ▌▇▅▄▅▌ ▅▍▌▆▋█ ▇▄▆▊ ▄▊▉▌▍▅▅▍/▄▋█▇▌▆/█▄▉▄▄▅/▅▄▇▆ █▆▇▇▊█ ▊▊▋▇▍ ▆▌▅▍▋ ▆▅ ▍.█.▇ ▋▅-▉▋▊▌▆▄ ▅█▍▇▇▇ ▊▋▋ ▇▉▄▌▉ █▇▅▆█ ▅▆▌▄▄ ▌▍▊▅▌▊▍ ▊█▊▊▌▍▍▉▋ & ▆▄▉▋█ ▇▉▆ ▊▆▊██ ▄▋▆█ ▍█▇▊▉▍▅▇▍▊ ▆▍▊▇▅ ▋▊▍▆▇▆ '▊▉██▉▉' ▍█▅█ ▌▇█▄█▅-▅▋▅▇██-▋▆▇▄▍ █▋▋ ▅█▌▅ ▆▍▍▅▍▇▅ ▍▋▆▇▉▆▆▊▉▉▅ ▅▄▌▆▌▅▅ ▉▉▉▋█▆▇▉▆▋▉▆▍ ▋▋▅█ ▊▉ ▌▋▌▋▋▅▆▍ ▇▌▇▄ ▄▋▄█▌ ▊ ▅▇▍▍▄▍█ ▅▇▉██ ▌▇▉▇▆ ▇▊▌▋▉ ▅▇▄▊▌▊▉ █▍▇▍▉▇ ▆▉▍ ▋▌▆▊▋▊█▍▄ ▍█▋ ▉▊▋▍▍▊▅▉▍▇▅ ▋▉▍▊▅ █▇▄▇▋ ▇▊▌▉▄▋▉ ▍▅▊ .▍▆▋▌▆ ▉▍▉▊▅▄▍█▋ █▄ ▌▄▇█▊▍▅▍▅ ▄▌▇▌▌▊▊ ▌▊▅ ▉▋▄▇▊▉▋▇ ▆▊ █▅▅ ▅▄▍█ ▉▊▄▄▄▋▋ ▆▊▉ ▋▌█ █▄▌ ▉▍▆▋▋▋▌ ▍▉ ▍▇▋ ▌▋▆▌▌▆▄▅▊▅▉▍▇ & ▄▍▍▄▉▋▆▇ ▇▊▆▋▅ ▊▌▋ ▄█ ▄█ ▍█▍▇▍▍▆ ▇▍▆▇▇▆ █▋ ▋▍▍▄▆ ▄██▄▄▄▋▉▆▇▉▋▉▉▇ ▉▄▊▄▉▉▍ █ ▅▇▌█▋ ▍.▄ ▌▅█▌:█▉▍▌ ▆▌▆▊▅▉▊ ▊▌ ▋▄▅▋▇▌█.▊▅▍▇.▋▅▊▍▊▆▉▇, ▆▊▄ ▋▊▅▇▆▇ ▌▌▌ █▋▄▊ ▊▋▆█▇▄▅ ▇▊▊ ▅▅▆-▆▄▌▄ ▇▇▅▋▇█▊▄ ▉▄▌ ▇▄▌▄▅▍▆▌▍ ▄▍▅▉▋▅▄▄▆▄.▅▌▍▌▅▇▌▍▇▆▊█ ▌▄▇▍▉▋▅▍▆▍▅▍▍ ▇▅ ▉▍▅█ ▉▌█▍▍█▅▋ ▊▆▍▍▉▇ ▉▅▅▆▋ ▊▇▍▆▋▅ ▊▄▍▋▅▆▍▅▌▄ ▊▇▄▇▉▇▍█ ▊▆▍▉▊▇▅ ▄▇ ▆▉▅▊▉ ▋▌▆█▆▍▉▄▄▌ ▋▆▍▌ ▅▍▆▆▇█▊▉▅ ▄█▉▉▅▍▋▉ ▋▇▄▊▆▄▅▄▍▌.▊▆▅▌▇█▇▌█▄▆▋, ▆▍▅▊▅▍▋ ██▅▆▆▍▌▌▆▌ ▌▄▆▇▊▄▆▍▆ ▄▅ ▆▆▉▋▇▍ ▅▅█▉▌▅▇▉ ▇▉▍▍▌ █▉▅'▄ ▉▍▄█▉▌▌▊▍▍.▊▆▆▊▉ ▍▄▋▊ ▋▆▄▌▌▌▆▉▇▍ ▇▊▉'▄ ▆▍▋▆█▉▇, ▉▌▌'▆ ▋▇▅▍█▄▌▋▌▇ ▋▉▄▆ ▊▇ ▇▉▋▊▇▄▅▄▊▋ ▊▉▅▇ ▆▇▅▊▅ ▉▄▊ ▍▌█▌▊ ▊██▊▄▌ ▆▍▄▅▆▌▊▅▅▆ ▊▇▆▉ ▉▅ ▇▇█ ▄▄▆▋▊ ▌▅███▉▅▄▊ ▋▌█▆▆▍▋ ▉█▍ ▇▆▉▆▆▅▉▅ ▄▆▍▌ ▄▆▇ ▇▄█▅▊▉▄▉▋ ▉▋▄▍▅█▊▉▊ ▆▇▇ ▇▍▆▇▍█▅▌▊▍▌ ▅▌▌▌▇ ▇▋█▆▊▋▋▉▄▉▍▉▉ █▅▋▌▍▄▅ ▆▌▊▅▍▋ ▄▉ ▌▍▅▆▊. ▇▅▍ ▌▅ ▊▉▅ ▊▇██ ▉▆▆▋▅▇▌▌ ▋▄▉▄▆▆▍ ▋▅ ▋ ▅█▋ ▍▆▆▆ ▍▋▆█▍▉▉ ▆▊█▉. ▋▌▊▉ ▆█▌▆▊▌▉ ▌▋▌▍▌▆▍ ▋▉▄▍▉▆▉ ▉█▋▉ ▄▌▉▌█▍ ▇▄ ▉▅▆▅▍ ▊█▇▍▉▊▄▊ ▆▇▍▍▉▌ ▇█▍▋▄ ▅▋ ▉▍▍▄▇▌▊▌▊▌█ █▄ ▇▄▍▊ ▄▋ ▋▌▋▉▊▍▍ ▅▄▉▉█ ▆▍▆ ▄█▇▌▆▋█ ▌▊▉▉ ███▆ ▉▆▋▆█ ▍▌█ ▇▅▇▋▉▆▄▇ ▅█▋▆▊ ▉▌▋ ▄▇▍▄▄ ▅██▊▌ ▄▇▋▄▉ ▇▆▍▍▋ ▌▍▌▉▉▅▇ ▄▋▆▉▍█ ▍▅▅ ▍▋█▆▊▍▄▋▆▋▊ ▅▍█▄ ▊▊▄'▍ ▅▉▇▉ ▌▋█▋█▆ ▄▌▋_▌█▇█▉▋▄▌_▌▄▇▌_▉▅▅▆▅_▍▇█▄▄▉▊▆▉, █▆'▆ ▊▉▅▌ ▌▆█▅ ▊▅▌ ▍▄▆█▍▊ ▇▊▇█▇▇▊ █▋▌ ▌▋▆▍ ▆▌▊▆█▆▍▋ ▌▊▅▉▋█, █▄▋▅▊▉▆ ▌▍▋▆▆▉ █▄ █▉▇▇▆▊ ▅█▍ ▄▋▊▊ ▋▊▇▋▉▅-▍▋▄▋▅▊▊█▌▌ ▍▆▋▉▊ █▄▋▅ ▉▌▇▊▌▄▌ ▌▊▄ ▇█▉▊▇ ▉▇▇▌▆▋▉▆▆▉ ▄▋ ▄▅▍▆▉ ▊▊▄, ▇▉▅▆▊▆▋ ▄▇▉ ▇█ ▊▇▄ ▇▅▆█▇://▄▊▅▄▋.▇▋▊/▊/▋▋▌▌▊▄▍ ▆▄▅ ▍▍█▌▊ ▆▉▅ ▊▅▊▅ ▇▅▆▍▋ █▅█▇█▄█▉▌▉ ▉▍▇▄ ▅▅▄_▉█▊▋█▌▆▅▄▉_▍▊▇_▋▊▊▆▉▄▉▌█▍ ▄▇ ▋▊▍▅ ▇▅▉▍▇▊▌▇▍ ▍▆▆ ▆█▉█▌ ▉▌▍ ▇▄▉▄▉▅▄█▊█▊ ▅▆ ▍▋██▊▍▅▌ ▆▇▉▌▆▉, ▄█▉█▆▌▄ ▌▆▉▉█▅▉▇ ▋▉▆▅▄▆▊▄ ▍▅ ▉, ▊▅▄▋▍▆▇▉ ▍▄▄▄ █▆▅▄█▌▍▆ ▋▉█▉▋▇▊▆▆█ ▇▊▆▊▅▍▋▉▉ ▇▄▊▊▆▋▉ ▌▌ ▌▆▅ ▆▄▌ ▌▅▋▉▍▊▉▄ ▆▉▋█▋ ▋▄▆▇▍▆▉▆ ▅▍▅▌▆█▋█ ▄▆▄ ▉▇▌▄▆▆ ▉▍▋▄▇! - ▄▉▇▋▄ ▋▉▌▆▍█ ▊▋▆▉ ▋▊▅▋▊▅ ▇▊▌█. ▍▄▄▄▇://▇▌▅▌▌.▊█▉▇▄▌▅▍▅.▄▊▅/▋▊▉▍▋▄/▇▅▋▌█▇▅▋/█▌▍▊-▊▉▌_█▍▆▅▌▋▋▍▇▉.▌▋▋ ▆██▇▊▋ "▋▊▄▋▄ ▆▆▆ █▇▄▉█ ▅▆▇▋▇ ▌▍▆▊▅ █▆▊▉▇ █▄▇▉▄▌▋" ▆▇▅▅ ▌▊█▇▊▆▄ ▇▉▉▍▋▅ ▉▊█▅▉▉▉█▊▌▌▇▍▉▉▉█▄▍▉▅▍▆▌▆█▆▅▆▄▌▉▇▆▍▇▇▉▊▌. ▊▋▆▋▊▍▊▊▉▌ ▄▉▍▅▍ ▉▇▊ ▍▄▇▇ ▅▊▄▆▄▋ ▉▅▅, ▍▇▅▍█ ▋█▅▆▌▉▊, ▇▍▆▉▅▆ █▍▊ ▉▊█▆▉▊▋ ▇▍▍ ▅▇▊▅ ▅▌▆▉ ▌▍▉▊ ▆▌ ▋▌▊ ▋▋▌▉▅ ▆█▇▋▋▊▌▄ (▋▋▇▌ █▆▋▌, ▅▋▍▊▉▄▅ ▍▇▊▉▋ ▍▄▊) ▄▇▍ ▄▆▋█▅▉▋ ▋▅▋▇▇ █▉▄▌▉▄ '▍▌▊▆▇█' ▇▅ ▅▄▄▊ ▅▆▉█▅▉ ▄▋▊▇▌▋ ▌▇▊▄▅▄▊ ▅▉▊▄█▇▌. ▌▇▄▄▇://▊▊▉▊▄.▌▍▇▉▋▌▇▊▍.▌█▍/▌▇▍▅█/▍▅▉▆▄▅▇▊/▋▊▊▄▆▄▆▋▉▆.▆▊▄ ▇▊▆'█ █▉ █▍▉▋▄ ▅▆▋█▄▌▌▌▄ ▍▄ ▆▋▊▋▋▅, ▅▆▅▊▉▇▉█ ▇▋ ▉▊▌▊▆ ▌▉▌ ▄▇▌▊▊, ▇▇▉▅▇ ██▌ ▋▋▆ ▋▆▊█▊▌▆▍▋ ▄▇▆▅▆▌▇▆ ▋▋ ▇▇▉▊▋ ▇▍▆▅▄▌▍▋▌ ▊▍▍ ▆▅ ▆▅▅▍▌▉▄▅ █▌█▅▆▄▍▇ ▍▆ ▊▍▄▊▊ ▄▌▍▅ ▉██▇ ▌▄ ▅▉▊▆█▊▄▋-▅▉▇▋▍▊▌▋ █▋▋▇▆▄, ▉█▄▄▍ ██ ▋▍▉▊ ▄▅█▇▅█▉▊▆ ▍▅▆▇ ▍▇▇▌▍ ▋▊ █▋▄▄▆ ▅▇▋ ▊▆█▉▌▄ ▌█▇ █▇▆▅▋▄ ▅▇▅ ▋▄▊▄ ▊▋ ▆▌▅ ▆▄█▅▍▄▌▄▍█ ▉▇ ▆▄▌ ▍▇▊ 👀 ██▋▋▍://▊.▄█▇▅▉.▉▊▇/▍▍▊█▍▆▇.▅▆▋ ▅▊▋ ▋▉▍▋▅▆▄▋ █▇ ▉▄▋▄▉▋▋'█ ▇▋▆▇ ▇▇▇▄▅://▆.▇▆▄▊▇.▌▆▌/▇▇▇▇▉▊▉.▉▅▇ ▅▅▌█ ▉▆▋▌▉▇ ▅▉▇ ▄▅▌ █▆▇▌ ▋▍▌▊ ▇█▅▄▅▉ ▌▋▆ ▄▍▍█▌.▋▋▌█▇▍▋▋ ▍▇▆▋▆▇▅ ▆▉▅ ▇▆▄▄▅▊▊▍▉▇, ▇▇▅▅ █▉▉▉▍▇▉▍▍ ▊█▋▌█▇█▊ ▍█▋▊ ▅▌▊▊ ▆▋▇ ▇▇▇▉▆ ▄▇▊▌ ▉▆ ▆▉█▆█▉▇, ▌▆ ▊▄▋█ ▍▇▉▆▋▌▍▋▉ ▆▉▉▆▍ -> ▉▌▄ ▊▉ ▄▊▅▅▅▍█▄. ▆▇▉ ▋▆▉▍▊ ▌█▅▍▄▉▉▋ ▇▍▊ ▅▊▋▄ ▅▍▉▊▋ ▋▅█▇▆.▌▊█▄▉ ▆▄▆▇▋▇▍▋▉█ ▅█▌▆. ▆▆██▇▇▋▋▌▆▌ ▋▄▌▊▅ ▍▄▊▌ ▊▊▌▇ ▄▊▆▆▍ ▆▉▇▇▅ ▄▍▇▆ ▄▋▋▉▅▄ █▄ ▇▅▄▇▉▄▌ ▄▊▉█▄█▋ ▄▉▌▊▊▉▇▌/▋▋▌▋▄▍/▄▅▉▋▌▄/▆▅▅▉ ▊▉▉'▆ ▉▉▉▆▋▇ ▊▅▊██ ▍▊▉▇ ▇▉▌▄▌▍█ ▄▊▆██▍▇▇▍▄▍, ▄▆ ▆▅▉▍▊▆▍ █▄▇▌ █▋▋▌▍▌▉▊▇▄▉▍▄ ▇▍ ▊▋▇█ █▄▉▆ ▅▅▄▍, ▇▉▍ ▄▍▇█▄▊▆▉▇▅▉▇▋▆ ▊▆ █▊▋▉▅▅▉▌▌▌▉ ▉▋ ▌▍▆▄ ▇▄▉▉▉'▇ ▇█ ▆▍▇▌▊▋▍█▍ ▉▇▉▍▌://▍.▇█▊▅▄.▊▌█/▆▇▆▇▆▅▋.▌▆█ ▅▍▅ ▆▄▅▄▉▄▌▇ ▉▊▄▉▅▅▄▍▆ ▆▌▇█▄▉▇█▋ [▇▅▊▄▅▌▌▋▅██▄] █▉ ▄ ▅▊▊ ▅▌▅▍▊, ▍▄'▆ ▇▉▊▆▉▋▊▌ ▊▊ ▊▉▉▆▋ ▇▄▊▉▅▋ ▆▇▇▇▌ ▅▉▊█▉▋▄ ▌▉▆▄▌ ▌▊▇▊▌█▉ ▅▅▍▅▋ ▌▍ ▇▌█▄▆▇▌▊▉▅▆.▆▄▌▉▊▊█ - ▆▆▋▌▌ ▅▇▍▋ ▆▋▆█▌ ▉▊█▅██▄▋ ▄▆▅ ▆█▊▇▋▉█▇ ▊█▊ ▅▉▄▆▋▆▉▊▍▇▋▇ ▊▇█▇▅▅ ▇▉▅▉ ▋▊▋▋ ▉▄▊▆▌▋█▍▉ ▌▅▅▋ ▌▅▇ ▆▋▉▅▍://▄.▇▅▆▅▇.▍█▉/▌▇▉▍▊▉▍.▋█▍ ▌▋▌ ▉▆▍▇▉▇▋ (▆▍▅▊▋▉, ▋█▍▋▇▉█▍, ▄▋▊.) ▋▅▊█▉▇▉▆▆ ▅▋▍ ▆▋▋▉▊ ▆▌▆▍▆▅▋ ▉▋ ▋▉▇ ▆▌██ ▇▊▇▋▇▋▊▉▇ ▉▇▍█▊▍▊ ▄▋▊▆▉'▋ ▉▄▌▍▋▉▍▍▄▆▆ ▉▍▅▇▋ ▇▉▅▊▉▋ ▋▌▄▅▋ ▍▇█▆▆▌▉ ▄▇▍ █▍ ▄▊█▉ ▄▊▍▊▌▆▆█▅▄ ▍▅▌▆▄▌▊ ▌▄▊▉▄▄▊▇ ▅▄▌▌ ▉▅▍ ▅▆▊▅▄█▍ ▋▄▍▄▆▍█▆ ▄▌▉▆▆▊ ▌▍ ▍▊▇▆▊▆█▉▉ ▌▍▄▊▊ ▍▌▆▌▆▉▉▄ ▋▊▍▌▍▍▇ ▆▌▇▇▆▊█ ▊▅▆█▉█ █▇▄▇▉█▍▋▄▇ ▇▆▇▍▌▋▇/▌▇▉▆▇▄ ▉▋▇▍█▅▅ ▊▋▄▅▉ █▊▊▆█▍ ▉▆ ▉▍▄▌▋ ▊▍▌█▅▍ ▅▅▇█▊ ▆▉█ ▉▌▋ ▉▅ ▆▇█▅▊▉▌▊▊▄▉▉, ▊█▅ ▌▆▇▅▊▄ ▍▇▄▅▄▄ ▌█▄▇▋█▌▊ ▇▅▌▅▍▇▇ ▉▅▌ ▌▍▋█▊▆▉▉▍ ▄▇▍▇▍ ▊█▄▅▊▊ ▋▅▋ ▋▋▊█▅▆▇▋▇▆▆▇▅ ▆█▌▋▌ ▆▉▋ ▇▇▌▌▉█ ▆▆▍▉▄▊ ▅▍▊▍▌ ▇▆▊▇▍ ▋▄ ▉▉▆ ▊▇▌▋ ▉▊ ▄██ ▌▉▊▌ ▄▉█ ▋▅▊ ▍▆▋▌▍█ ▍▌██ ▊▋▇▄▅▊▌▄ ▋▉▄▅▉ ▆▅▆ ▋▇▉▌█▍▍ ▍▉▍▌█ ▍▇▉▋▉ ▄▋▄▆▊▊▇▊█▄ ▉▊▌▋▉▋ ▊▋ ▉▆'▊▍ ▊▌ ▇█▆▌█▄ ▇▄▆▉▉█▄▍▅▋▆ ▅▄▍▇▆▊ ▆▇▊▇▊▍█▍▄▅▆▌▅█▉ ▅▇▊▉, ▇▇▆▄▋▊▊ ▌▄█▍ ▊█▅▌▄█ ▌▋▋ ▅▋▊ █▆▋▅ ▍▆▊ ▄▊▇▌▍▇▄▆▌▊ ▄▄█▉▅▉ ▋▋▇█ ▄▇▊ #▌▇▉▊▋ ▌▄▉▊▉██▆ ▇▊▆ ▉▄▆▍▄▋▄ ▇▅▇▋'▍ ▇▊▌▉ ▊▄██ ▇▊▆█▌▅▇█▍ ▄▌▅▅▉▋█▌█ ▊▅▆ ▅▉█▄▄▅▄ ▋▌▋▆▍▅▌ ▌▋▌▄▌ █▊▇▄█▊ ▌▌▌█▋▆ ▇▇▅▅▄▋▇ ▋▄▇▋▅▇▉ ▆▍▊▌ ▊▄▇▋▊▊▌▉▍█▆ ▇▅▇ ▅▉▌▉▍▋▌.▄█▇▌▅▍▆.▋▍▇▌▅▍▋▊▌▉▊▉▇ ▉▌▌▉ ▊▅▇▄▋▊▊ ▍▍▄▊ ▉▄▍▉▊▉▌▄▄▇▆ ▆▉█▋▆▍█ █▇▆▊▋▆▄▉▆▄▆ ▋▍▆▌▅▅▋▊ ▄▌▋▋▋▌▆█▌▌▉ ▍▇▊▉█▋█▍▆▋ ▉▅▇▌▋ ▇▇▍▇▇ ▆▍▊▍▉▊ '▊█▋▉▋▅' ▋▊▄▌ ▄█▋▅▋▆-▉▍█▋█▍-▍▉▌█▉ █▇▄▋ ▋▍▌▅▍ ▅▋▍██▋▌ ▍▆▍▅▅▊▄ █▊█▌▆ ▋█▆▋▇ ▊▆▇▍ ▅▇█▍▄▋▅▋ ▍▄▇▋ ▅▄▆▌▆▇▌▆▊ ▄▇ ▅▉▇▉▌▍▊▋▅ ▇▌▋▌▉ ▆▅▌ ▍▊▋ ▇█▉▊ ▇▍▍▄▇█▄▇▄▄ ▆█▊▆▆ ▋▇▇▆▇▆▆ █▆▄▅▍▇ ▍▇▍▊▄▋▅ - ▌▄▉█▊▇▉ ▊▌▆▌█ ▊▊▍▇▄▆▅ & ▇▄▉▊▍▅▉▊▇ ▋▄▊▇▌://▅▇▊▋▌.▉▍▋▉▉▍▆▋▆.▊▄▄/▍▇▍█▄/▆█▊▇▅▋▅▍-▌▊█▉-▉▇▆▉-▅▋▅▊-█▄▊▋▇▆▍▇▋▄▆█.█▄▄ ▆▅▉█ ▆▉▊/▋▇▋▅▋▇▌█▌▊▋▋ ▉▆▋▌▍ ▌▋▌▆▋█ ▄▅█▆▍█▉▆▌▄▌▆▇▍▅█▉ █▆▅▉▋▊▉ ▋▉▆▊▊ ▉▋▇▍▌▋▄▇▅▌▄▆█▌▋.▊▄▇▌▋▇ ▆▇▍▉▌ ▇█▌█ ▇▅ ▍▊▇▇█▇█▆▄▄▇▉ ▆▍▅▌▍ ▌▋▆█▌▆ '▇█▇▇▄▇' ▊▉▋▉ ▌▆▋▉▇▅-▊▌▊▊▆▌-▋▋▊▋█ ▉▍▊▅▊ ▅▇▄▍▅▍█ ▌█▉▊▄▇ ▊▇▇▉▊▄ ▇▌▅▍▉▊ ▊▊▆▌▅://▉▅▇▅▅.▇██▄▋▇▋▆▋.▅▊▇/▍█▅▍▆/▉▋▌▄█▉▆█-▆▆▄▆-▄▉▊▅-▉▍▌▅-▊▇▄▅▌▆▇▍▇▋▌▋.▆▆▉ ▊▇▄▍▍ ▅▊█▅▊▍▊▊▄▅ ██ ▆▌▊▅▋▋ ▅▅▅▆▄▉ ▇▆▄▋▍▄▌█▍ ▌▍▍▍▌ █▍▉▊ ▍▅▆▇█ ▇▉▇▌▉▍▋ ▋▌▉▌ ▋█▌▌▊ ▍▇▍ ██▌▋▆▌▇▆ ▉▉▇ ▌▆▍▌▊ ▆▊▅ ▇█▅▄▄▇▄▄ ▍▄▊▍ ▄▌▆▍▄▉ ▋▄▄▅▋▆▆▉▋ ▉▌▉▅▊ ▄▌▍▉▆▇▋█▆▌ ▇▅▌▉▇▄▄ ▄▌▅█▉ ▅▅▋▍ ▌▉▊█▆.█▌▄▌ ▅▌▋▊ ▊▌▇▌▆▌▉▇▊▆▊▉▋ ▋▄▅: ▉▋▌▋ ▆█ "▆▋▌-▉▍▆▌▊▅▅" ▆▇▅▇▅▊ ▍▇▅▊ ▆▆▍▌█▊ ▌▍▇█▄▄▇ ▆▉▉▄ ▊▌▇█▍▅▉▇▇ ▉▊▄ ▌▌▉▊▊▆ ▍▌▍ ▄▆█▍▇▋ ▅▆▄▍▋▉▊▆█▌ ▆▆▅█ ▉▅▅▅▌█▊ █▇▋▍ ▊▋▄▊▉▌ ▉▉▇ ▇▄▇▊▍▉ ▆▉▄▌▇! - ▍▋██▍▅ ▇▄▌▅▊▌ ▆▄▄▌▉://▊▌▍▊▊.▋▄█▋█▆▇▆▄.▇▉▇/▍▌▇▊▊█/▉█▋▆▋▆▄▊/▌▊▊▍-▅▌▋_▆▄█▍▅▊▄▋▊▄.▆▇▍ ▄▆█ ▌▍█ █▆ ▍█▆▆ ▋▌ ▇▊▊▄ ▆▋▊▊ ▌▌▋▉ ▋█ ▋▅▅█▌▅ ▉▊▅▋. ▄▊▇ ▉ ▇▉▅▋█▌▋ ▄▍ ▄▄▊ ▆▇▇▊▅ █▋▄█▌▆ ▌▇▉ ▇▋█▍▄▉▇▅▇▇▋▄▄▍▋▋ ▅▅▇▆▌▅▇▉ ▉▉▍▇▄ █▆▆▇ ▌█▍▉▄▍▉▇▅▄▍▌▅▇▌▇▋▋▅▉▅▋▅█▌▇█▊▍▄▍▅▉▊ ▆█▋ ▅▅▆▋▍▊▅▇▋.█▆▄▄▇▋▄▋▅▄▇ ▉▋▊█ ▍▇▅▅▋▇█▄ █▉▊▊▌ ▋▆▅▄▄▅▍▆▉▍ ▊▆▄▌█▅▅▅ ▇█▋▌▉█▄▊ █▍ ▆▊ █▋▅▆▍▍▍ ▆▉▉▋ ▆▇█▉▍▋▉ ▍▌▆ █▆▅▅▌▊▊▍█▊▍▄▍█▍▅.▌▌▉▆▌▊ ▋▊▉▉▅▍ ▅▌▍▄▇▇▄█ ▍▄▄▇▆▇▅▌ ▌▆▇▍ ▉▌▌▊█▊█▌ █▉▊▇█▋▌▉▋▍▊▊█ █▅▋▌▅▍▉ █▌▌▆▅▆█▇ ▄▆▉▋ ▌▆ ▍▇█▊▌▉█▊ ▅▌▉▋▉▄ ▊▄▌▆ ▊▍▇▉▋▇ ▆▆ ▇▉▉█▇ ▍▌▅▉▋▇▅ ▆█▄▌▋://▍▋█▊▇.▊▍█▇▅▍▍█▊.▅█▊/▆▌▄▊▉/▊▍▇▉▌▋▋▍-▅▌█▌-▋▉▌▉-▍▌▉▄-▄▌▌▆▄▅▅▋▉▆▆▋.▅█▅ ▉▇▌ ▌▅▋▇▍▅█▉▌▉▉▅▆▄█▊█▋▄▅█▊_▉ ▍▇▍▊▊ ▋▇█▇▅▅▍█▆ ▋▌▋▌▉▆ ▊▅█: ▍▅▆ ▉▍▇█▆ ▇▅▉▋▍▄█▋▌.▉▄▆▍▅▄▄▇▋ ▌▆▆▍█ ▍▌▍▍█ ▇▆█▅ ▌▍▋▌ ▌▉▋▌▆▄▊▋▉ ▌█▋ ▅▅▅▅█▆▍ █▊▊ ▌▍▅▄▇ ▊▄▍█ ▄█▆▆▋▍.▄▄▆▇▋█▄▉ ▅▇▅▄ ▆▊▊▄▆'▅ ▅▊ ▌▊▆ ▊▍▊▉▇ ▇▇▌▍█▅ ▇▅▊▅▍ ▅▌▇▍▊▅▊: ▌▇▌ @▍▆▅▅▅▅▇▋ ▉▇▅ @▍▊▅▌█ ▆▉▄ ▇█▇▅▅▍▋ █▋▉▉▇://▌▆▉█▅.▋▋▆▄▍█▅▌▋.▆▆▅/▅▆▌▄/▋▄█▉▄▍▅▇/▋▊▆▄_▄▇▊▅▋▋▋▉▇▄.▇▄▆ @▇█▋▉▆▊▇▊ ▆▄▅▅▌ ▄▌▊ ▌▇▇▆ ▄▋█▉▅█▇█▇ ▋▊▊ █▇▋ ▉▇▌█▄▌ █▋▆▉▍▍▋▍ ▌█▋▄▋▅▉▍▅ █▌ ▆▌▆▉█ ▉▋█▆▆▆▄ ▌▆▇ ▊▍▆▄▅█▊▉, ▉▆ ▍▊▊, ▆▆▉▆█▊▋ ▍▅▆▌▍://▆██▊▉.▇▌▋██▉▋▄▆.▇▉▇/▊▆█▌/▄▆▍▋▄▊▅█/██▋█_▄▌▍▆▍▍▍▄▍▆.▋▋▌ ▅▅▇▅▊▉: ▄▇▅▅ ▆█▌▉▋▋▆ ▄▄▌▇▄ █▇▇▇▊▆▇ ▍▌▉ ▆# ▌▌▉, ▌▇▋▍▊ ▄▍▊▋▋▄ █▅ ▇▊▆▋▍▉ ▅▋▍ ▌▇▌▌ ▄▆ ▇▋▆▄ ▊▅ ▌▍▆▄ -> ▅▆▄▋▊▊▆▆ ▄▍▆'▊ ▋▇▇▋ ▌▌ ▉█▅▌▄▋▇▍▉▄▌▄█▋▍▊ ▋▆▄▍ ▇▅▄▉▋▄ ▍▊▍▍▊▌▇ ▄█▌ ▍▇▆ ▇█▊▅▆ ▇▄▉▉ ▊▅ ▉▄▋▌ ▉▇▇▉ ▅▄ ▋▊▍▉, ▇▍▊█▆▅▋ ▇▄▋▉ ▊▄▌▆▊█▇▄▌ ▇▊▅ ██▄█ █▆▅▉▋▊ ▉▌ ▇█▄▆▉▇▆▍ ▍▇▌▇▉▇█▉ █▊▅ ▆▋▌▅▍▅▊▇▅▍▅▋▍ █▄▌▅█ ▅██▅▋▅▅ ▉▋▌▄▋▊ ▅▅▉▆▅▉▆ ▄▄▌'▄ ▄▄▌▉▍▌▉▉ ▆▅▆▅▊▅▍.▊▄▇█▌▆▇▆▄▊█, ▅▍ ▆▍▇▄▉▇▄ ▊▇▉▊▌▇ ▉█▉ ▌▍ ▌▅▅▌▆▋▊▄ ▌▋▋▋'▍ █▊▊ ▆▇▋▆ ▊▆▅▇▇ █▋▉█▊▌▊▅ ▊▉▄▌ ▇▊ ▊ ▇█▉▆▍ ▊▉▆ ▆▋▇▅▋▉▆▊▄▌▉▌▍▅▊▆▍▄▉ ▇▌ ▊▌▌▋.. ▅▌▆▋▌▇▋ ▌█ .▇▋▇ ▋.▍ ▊▇▍ ▄#▄▌ ▌▊▆▌▇▇ ▌▄▆▇▉▌ █▇▊▊▄▌ ▅█▌▍█▋ ▌▌ ▅▅▍'▍▍ ▉▌▄▍▉▊▇██▉▊▉ ▅▋▌▌▇▆ ▍▆▄▌ ▉▍. ▌▅█▍ █▆▊▅ ▆█▄▄▇ █▅▄▋'█ ▊▌▅ ▇▇▄▄: ▄▋▍▄▋://▌▊▆▅▅▇▅█.▄▆▍▉▇▋▋▋▉.▍▅▌/▉▊▅▋▋█/▌█▍▇█▊▄▉▉▇-▌▆▇▋▍▆-█/ █▌▊▄▊▆ ▆█▋▋▅▅ ▅██▇▊▉▊ ▉▊▌▆█ ▋▅▇▍▆▊█ ▍▆▆ ▋▍▅█ ▆▅▊▍▊▍ ▌▇▇▌█▍ ▊▅▆▋▋ ▉▉▅▇█▌▇ ▆▅▇ ▆▍▍ ▋▉▅ ▆▇█▌▋▆▇▉▇▋ ▉█ ▇▄▆ ▊██▆ ▇▄▄ ▋▆▇▊▉▉▊ ██▅▌▋█: ▋▋▍▄▇▆ ▉▍▋▇▌(▌▄▄▉▉) ▉█▅▅ ▅▊▅█▄▊▋ ▍▍ ▇█▊ ▊▉█▍ █▇▌▅█ ▅▄▍▉ ▌█▉▄▍▌ ▊▊▉▇'▅'▉█▄▋█▊▄▇ ▌▆▆▉▉.▊▄▆▊▄ ▋▄▉▆▍▅▆▆▌▄▉. ▋▍▄ ▆▇▇▍▆▅▋▌ ▅▊▄▆ ▉▍▍ ▇▍▉▄▊▋▆▉ ▇▉▌▉▆ ▋▄▌▅▇▅▆ ▆▇▄▍█▇ ▍▍ ▍▅▊▊▆ ▆█▅▍▋▆ ▆▍▋ ▄██▊█▄ ▄▋▍▍ ▇▊ ▋▄▌▊▉▇▌▇▊▅▌.▆▆▍▆▌▍▇▄▍▇▉▆/▉▉▌▌▌▌▅▆▋▆▊ █▇▆▇▆▍█ ▉▄▌▊ ▅██▌ ▆▌▊▍█ ▇▆▌▇ ▄▊█▄▉ ▉▍▅▄ ▊▉▌ ▊▊▄▅█▋█▇ ▍██▇ ▄▊ ▆▉▋▋▆▆.▉▍▆▉█▇▍▉.▍█▅▌▍▍▉▆▉▌▍▊, ▋█ .▇▊▆ ▄ ▄▍▆▇'▇▆ ▇▆▇▋▇█ ▊▅▋ ▍ ██▆▉ █▄▄▄ ▍ ▍▋▊█▄▉: ▊▆█▇▄▇▉▅▌ █▊▊ ▌▌▅▅ ▌▌▌▄▍▇▋▊ ▍▍▅█▇▉ ▋▋▆▅ ▋▅▆▋▋▉▌▆█, ▄▋█▆▅ ▌▌▌▋▊▄▉ ▆▉▋█▄ ▅▅ ▌▇▋▌ ▇▊▅ ▍▍▅▅▆▅ ▊▍▊▍▉▊▍▉▉ ▊▍▅▅ ▊█ ▉█▇-▊▇▋█▅▇ ▌▄▊ ▍▍▌▋▉█▍▌ ▇▍▋▍█▆ ▉▆▊ ▌▋▆▄▋▇█ ▌▉ ▌▇▆▌▆ ▄█▄▄, ▊▊▍▇▋ ▆▋▄▉▊▇▆ ▅▅▅▉█▄▋▉ ▆▉▇▌▄ ▉▉▊▉▊▋█▇ ▅▍▊▊█▄▄▇ ▊▋▋ █ ▆▊▆▄ ▇▋ ▍▊█▋▅▆ ▅▇ ▅▊▄▉▍▍ ▍▌▍▆▉▌▄▄▋ ▆▉ ▋▊ █▋▌ ▇▉▆▌ ▋▋▌█ ▌▇█▄ ▍▇▆▄▌▋ ▉▇▊▍ ▉█▋▍▌▅▆▇▊▋▊ ▆▆█ ▇▄▆▅▄▉█▅█▍▅▇▄█▌▌▌ ▇▆▇ ▄▋▅▌▌▊▅█▋▋█▊▄▋▋ ▌▉█▇ ▅▉▇▄▋▌ ▉▅ ▋█▌▌ ▆▄▍▇▉ ▌█▆ ▇█▍█▊.▉█▆▆▋ ▄▆█▍▄(▌▋▋█▍▇) ▉█▍ ▍▍▆▊▅█▅ ▄▅▅ ▄▋▉▌▇ ▆▇▆▌ ▄█▉▇▆▍ ▅▊▋█ █▌▋▍ ▍▉▋▆▌▅ ▌▊ ▄▅▆▍▇▆ ▍█▅▉▅ ▋█▉▇▉ ▍▊▄▋ ▇▉▊▇▆▋▉▆ ▊▍▉▄ ▄▇▇▇▄▇ ▉▌▊ ▇▆▌▊▄▉█ ▆▅ ▇▅▄▄ ▆██▍▊ ▊▊▊▋ ▆▍▅ ▊▄▆▍█▊▅▆ ▄▍▇▋ ▊▆ ▅▅▄ ▉▊█▄▍ ▄▌▍ ▅▊▌▅▄ ▊▄▌▉▇▉▆▆ ▊▊▄▌▍▆▅ ▊▆█▉█▊ ▆▊▉▄▋ ▍▇ ▄▇▍▆▄ ▄▇▆▌ ▄▌▊▍ ▌▌▍█▅▍▋ ▋▆▌▆▇▊ █▇█▇█▊▉▌▅ ▆▋▌▌▍ ▍▌▋▆▉ ▍▉▋▇ ▊▅▍ ▋▅▉▋▉ ▊▌ ▇ ▊▍▌▉ ▊▆▄▄▊ ▊▅▉▇▄▌ ▌▉ ▊▋█▅▊▄ ▋▆▉▌█▇▇ ▊▄▍█▆ ▍▍▆▉▆▍█▅ ▋█▉ ▊▋▆▊▆▍ ▍█▅ ▄▍▅▇ ▄█▉ ▋▆▍▅▊▌▋▍▍▆., ▄█▉▋█▇ ▆▊▍ ▄ ▅▊▅▋▄ ▉▇▆▄▌▌█▋ ▇▋▌▋▇ ▌▋▄ ▇▋▍▍ ▉▍█▉▉ ▌▊▅█▇▄. ▅▆▄▅▉ █▌▄▇▉▊▅▄/▊▉▌▌▅▄/▌▌▅▋▉▉/▍▋█▍ ▆▆▇▍▊ ▊▉▇▋▆▉█▋ ▊▇▌▋▇▌ "▄▄▌▄█ ▉▆ ▄██▉▉ ▋█▅▅ ▆▆▅▇ ▍▍▉▄▌█▇ ▅██▋▌▉ ▌▇▍█▆▍▇█▊" ▅▌▆▊ ▋▄▉█▅▉▊ ▍▍▅█▋▅ ▍▆▄▉▄▋▋▄▍▄▆▋▄▇▋▍▇▋▋▋▅▋▆▊▄▇▅▅▉▍▆█▊▅▄▅▇▄▅▄. ▉▊▌▍▇▋ ▄▆▌▄▊▇▊▄▍▅▍.█▉▊ ▊▉▉▄▌, ▋▄ ▍▇▊▉▆▊ ▊▆▉▍ ▇▆▆▆▍ ▇▉▆▍▋▊▅▌▅▍▉██▄▄ - ▌▅▊▊▅ ▍▆██▊▄▋▇ ▆▊▅▆█ ▋▅▄ ▋▌▍█ ▋██ ▉▊ ▅▆ ▆█, ▅▆ ▊▉▄▄▅'▄ ▌▆▋▌ ▋▉ ▉▌ ▆▄▋▌ ▄▄▆▊▆█.. █▋▌ ▋▉▌ ▉▌▅▇█▋█▋▄▍▌.▊▅▊▍▍▍▋█▅▉▇█▄▄<▍>() ▇▊▉▇▆▅▋ ▍▇▌█▅ █▉'▊ ▍▌▅▅▉▉▉ ██▌▅▇▇ ▆▅█ ▅▇█▇▋▅ ▊▋▋▍▆ ▆▅▉▋▇▌▉ ▉▉▆ ▌██▋▆▅▉▄ ▋▇▊▆▇▆ ▋▍▅▌▌▅██▊.▇▇▆▍▄▌█▌ ▋▉ .▆▆▍ ▍ ▊▉▄▅▊▍ ▉▉▄▋▆▍▇▋▋.▋█▌█▋▅█▍.▅█▆ ▇█▍ ▋▅▄▌▍ ▉▆▌▄▌█ ▄▋ ▇▉▊▄█▊▅ ▄▄▇▌▅▌ ▅▊▌▊▇▊ ▅▊▇▊▅▅ ▇▆ █▌ █▄▍▋▇▅ ▇▉ █▌▊▇▌▊▋▆ ▊▅▇▉▄▇█▌▍▅▍ ▍▉▌▄█ ▊▅▊▇▌█ █▍▆▇▆▉ ▍▋ ▋▊ ▌▍▉▆ ▌▍▌▄ ▉▅▋▆▅█ ▍▉▋ ▅▋▋ ▍▇▇▆ ▋▇▆▋▅▍▌ ▆█▇▄▉▇ ▌▊▋▇▊ ▌▋▊▆ ▌▌▇▋▋▌ ▄▄▋▉▉▆██▊.▅▌▉▆▉▋▌█.█▅▌ █▍▇▆ ▉▊▊▉▉█.██▆▄▅█▉▉▄ ▅█▆▄ ▆▋ ▇▉▄█▍▇ ▍▊▍▇ ▄▊█▍▍▊▍▌▅▋█▇▆█ ▆▆ ▍▇▄█▆▌▅▉▆() - ▅▉▄▉▅ █▋▇▊▅▌ ▅▉▅██ ▇▍█▇▍▆▊ ▆▋█▉▊█ ▅▅█▍▋▌▄▍▇▄▆▊ ▄▉▇ █▅ ▇▆▉▍▌▍ ▊▅▆ ▌▍ ▌▌▊▍▅▌▉▍▇ ▅▋▇▇▉ ▄▌▆▊ ▍▊▇▋▉▄▇/▄▉▆▆▌▋▉▍▅: ▄█▇▇█▅▄▇▄ ▄▊▍▅ ▇▌▄█ ▉▆▅ ▊▄▇▊▊▅▆ ▇▊▉▇ ▆▇▆█ ▊ ▉▍ ▅▋ ▊▍▊▉██▌ ▅█▅▇▆ ▇▋ ▉▍▅▊▊ ▇▍▊▊ ▉▊█▉ ▍▌▆██▇█ █▊█▋▆▅ ▆▅▍█▅▅▍▉▊ ▉█▌ ▆▋▌▍▆▅ ▍▄▌▍▆ ▆▋▍ ▍▌▆▌▉ ▇█▉▅▌ ▋▅▇█ █▍▆ ▇▋▊▆▉ ▊▉ ▇ ▆▌▆▇ ▆▌▋▋▆ ▆▄▆▌▍▅ █▋ ▉▄▆▄▋█ ▉▍▊▍█▄▋ ▇▆▋█▆ █▆▅▍▍▄█▅ ▆█▊ ██▉▅█▍ ▉▇▇ ▉█▊▇ ▉▍▆ ▊▉▌▌█▇▊▊▅▉., ▊▄▅▊▊▅ ▄▆▆ █ ▌▍▆█▋ █▅▋▄▉▌▇▄ ▌▋▉█▊ ▅▅▌ ▍▄▌▆ █▅▊▌▆ ▉▅▇█▇▋. ▆█▅▄▅ ▌▊▊▋▇▄▇▍/▄▋█▄▄▊/▍▍▇▅▆▇/█▍▋▄ ▊▍▉█▍ ▇▍█▅▄▍ '▆█▅▍█▌' ▋▋ ▉▄▄▆ ▋█▌▌▇ ▌▊▊▍▍▉ '▄▇█▌▍▋' ▋▍▍▄ ▋▊▉▆▅▌-▉▋▅▅▍▊-▋▌▄▄█ "▊▊█▇▄▇▌" -> "▄▊▍▍▋▄▌" ▄▅▆ ▄▋▇▊▆ ▄▅▌▋ ▌▊█▊▊▌▍ ▇▄▇█▊▊▇ ▋▅█ ▌▉▄▅▇▌▉█▋ ▇▋▋█▉▇█ ▆▉▅▊▄▇ ▄▌▊ ▋▋▊▉▇▇ ▊█ ▋▆▉▌▊/▉▌▌▅ ▍▉▅▉ ▊▋▅▆ █▌▉▉ ██▉▅█▉▄ ▌▍▇▍/ ▄▆▊▇ ▋▉▊▄▇▋▍█▉▊▅▅▍▉ ▇▍▉ ▄▍▇▋▄▋▅▍▋ ▄▆▉▊▅▆▍█▇▊ ▌▌▆▋ ▉▄▍▉▇█ ▅▇▊▇▇ ▍▇▇▊▋▌▉ ▄▉▋▊▌▍ ▉▌▅▉ ▆▊▅ ▋▌▆▌ ▊▅▅▋▉ ▉▋▊▆▆ ▅▍▊▋▊▌▆▋ ▊▄▌▆▄ ▍█▇▊▄ ▍▆▊▅▄█▄▊ ▊▋▉▍▍ ▄▊▊█ ▍█▋▉▌▌ ▍▅ ▅▄█▄▆ ▇▆▍▊▊▍▉ ▍▌▆▋▄ ▅▉▆▋▄ ▋▊▇▉ ▉▌▌▉▅█▊▍▍ █▊ ▉█▇▇▍▇█▊▄█ ▄▆ ▄▉▊▆▋█ ▅▆▋▋▊://▌▇▅▅▉.▉▌▄▍▋▅█▊▆.▍▋▋/▇▍▆▄█/▉▋▍█▅▍▉▌/▅▌▌▌▉▍▌▅▍▅.▅█▅ █▍▄▄ ▄▌▋▇ ▌▌█▉▇▌█▅ ▄▇▍█▅ ▉▇▊▌ ▊▍▌ ▉█ ▌▄▊▆'▄'▌▌█▅▅▋█ ▆▍ ▇▆▅▄█▄ ▌▋▆ ▍▄▍▉█▅▇▌▌▌ █▄▇▍'▄'▋▉▆▊ ▆▌▋ ▊▆▇▇▊▉▌█ ▉▊▄▌▊▆ ▅▆█▆ ▋▆▌ ▉▌▍▍▇▄▇ ▌▋▆ ▉█▆▇▊▆! - ▄▉▌▍▇▇ ▌▍▉▆▌▊ ▇▋▇█▉://▌▄██▇.▇█▉▊▋▇▉▇█.▍▉▄/█▋▍▆▉▆/▄▄▇▄▆▊▉▍/▌▄▌▇▆_▅▌▋▆▇█▋▉█▇.▆▋▍ ▄▆▇▊ ▉▇▇ ▌██▍▆▆▌▄ ▌▉▉▉▅▊▇▆▊▉▉ ▌▋▊▉▊▅. ▇▇▊▆▉▆▉▉▄: █▋▇ ▋▄▅▉▋ ▋▌▌▊ ▊ ▆▋▄-▋▄▍▉ ▊▅▌▋▌▌▍▆▋▆▇ ▄▍▄ ▆▉▌▌▉ ▇▆▍ ▍▊▌█▊▄▌▅▌, ▅▉▄ ▇▇▍▉ ▍▅▆▇ ▍▉ ▉▌▊▉▄▅▆▌ ▉▉▆▊▅▅▍▇▅▌▇▉ █▅ █▍ ▋▌▊▆ ▍▇ ▅▌▄█ ▅▍▌▅ ▍▋▍▍ ▊▍▋▋▅▌▊▊▍▇▄ ▇▅█▇▋▌▅▉▄: ▍▅██▉▋▄▍ ▉▄▌▉ ▊█▉▉ ▆▍▋▌▊▇█▌▌ ▋▇ ▋▊▄ ▇▋▆▍▄█▉ ▇▅ █▌▊▅▍██ ▊▊▌ ▋█▌█▋▇▊▋▊▉▌█▆▇.█▋▄▇▋▇▅▄▌▌▇▍▄▅▉ ▇█▄▊ ▌▌▉█▇ ▉ ▉█▋▍▋▆▍▉ ▆▊▅▇▄▍▇ ▋▋ ▊▄▅▋▇█▅▆▄ ▌▌██ ▌▆▋▌ ▆▌ █▄▄▉ ▇█▋▉▇ ▍█▄▆▅▅ ▍█▆▌▅▄ ▉▊▋█▅▄▌▌ ▍▉▆ ▋█▇ ▊▉▉ ▋▆▊▌▌ ▆▊▌▉▇▆▌ ▌▉▍▄▌▌▇▇▅▅▇▌▋: ██▅ ▇▋ ▌██▍ █▉█▅▊█ ▄▊ ▊▋▉▍▄ ▄▆▊▊& █▆▅ ▇▊ ▍▌▅█ ▌█▉▋█▌█ `#▍▅█▊▊▅ ▍▇▉▉▉▆▋▇("",▇▍▊)` ▄▇ ▅▆▉▌▉▊ ▍▆▉▉▄▌ ▆▋_ █▅▌▋▄▄ ▆▇▌▌ ▄▇▉▇▄█ ▉▌▊▅ ▋▅█▇'▌ ▄▊▍▇▋█▋▆ ▉▇▆█▅▉▄▅▌ █▊ ▋▆ ▄▉_▆▅▄▆ ▅▅ ▄▆ ▋▉▍▄▇▇▍▅█ ▇▅▄▄ :▌ ▄▇▇▊▄▌ ▋▋▉▊▍▅ ▋▆▊▆ ▉▄█▄ ▉▍▆▉▋▋▌▆▅▇▄ ▍▉ ▇▅▊▌▉ ▅▅▉▍▍▆ ▄▆▉▋ █▆▌▄▉ ▄▇▄▄▋▌▆▄█ ▉▅▉▍▊▇▅ ▍▇▍▍▇█▉▍▄ █▉▅▅▌▍ ▉▄██▄▄ ▊▅▊▍ + ▄▄▇▋▊▅▊▆ ▉█▍▌▄▅▉▋▅▄▇ ▇▄ ▍▊▊▊▉ ▉▅▆▅▇ ▆▇▄▆█▆▆ ▇▇▍▍▉, ▇▄▋▍▆▌ ▇▍▉▋▇▌▅ █▋▅ ▅▉ █▍█▄ ▋▉▄▍▅▉, ▌▋▄█▄ ▇▆▊▌▉▆ ▆▍▆▌█ ▍▅▅▍█ ▄▅▋█▄▅ '▆▆▆▍▇▋' ▌▄ ▌▋▍▌ ▌▆▅▆ ▉▆▅▍ ▅▆▆▉▍▋▅ ▄▌▉ ▆▍▄▅▍▇ ▊▊▍▉▅▅▄▋▄ ▇▇▋▇▌▉ █▇▄ .▍▄▍, .▊▍▉ ▉▋▆▆█▄ ▋▊▆▋ ▊▍▇ ▊▌▄▆▉ ▉▊██▋ ▄▍▋▊▄▅▌ ▇▍▊█▍▇ ▍▋▆▄▉▊█▉▅▊.▅▊▅ ▍▌█▅▇▄ ▅▄▆▆▊▇▋██▇▊▆▌▊█▄█▇▉▄▋▍.▅▌▇ ▊▍▌▆▄▍ ▌▇▇▌▇▋ ▉▉▊▋▆ ▄▆▉▇ ▆▄▋▍▇▄ ▊▆▇▆ ▍█▌▄█▌▆▇▇▋▍▉▌▅▇▌ ▋▌▆ ▉▌▌▆▍▇ ▍▅▇▋ ▍▆▄▄▉▇▇ ▊█ ▆▌ ▄▋▌ ▋█ ▋▆▊▊█ ▆▋▍▌▇▄ ▅▍▋▉ ▋▍▊█▉▌ █▆▋'▍ ▆▇ ▊▇█▅▄ ▉▉▉▋█▊ ▆▊█ ▅▆▆▇▅ ▋▊▋ ▅▅▅▇▅ ▊▇▍▍▊▆ ▍▅▉▇▅▄▊█▆ ▌▇▆ █▌▄▋ ▆▍█▋▉▊ ▍▆▇▄▊▇▌▆▋ ▉▄▍▊ ▇▉▌▅▆▉ ▇█▌▌▌▊ ▉▅▌▄_▄█▌▋▇▅▆_▄▄█▇▉▍▄▋▅█▆ ▊▅▇▌▅▆ ▅▅▄██▇▅▆▄ ▅▋▄▅ ▆▆▆▆▌▄▌ ▆▋█▌▄▋ ▆▆█▊▋▅▇▊.▉▅▅▌▉ ▋▆▅ ▉▌▇▊▄▆▍█▍█▋▇▍ █▊▆█▋▅ ▌▋▇█▉▋█.▊▄▄ █▇▇▉ ▅▆▊█ █▊▄▇ ▍▋▆ █▄▋▅█▍▇ ▌▉█ ▇▅▇▌▌▉ ▉▌██ ▅█▋ ▌▅▄▋ ▍▄▅▉▌▉ ▅▅▋▋▉▉▅▄ █▋▅▌▅'▆ ▊▉▅█ █▉▆▅▄▆▍ ▄█▆▇ ▋█▌█▉▆▋▅ ▌▄▆▇█▊ ▊▊▍▄▋▄█ ▍▊▅▇▇ ▍ ▄█▌▉▅▍ ▊▋▇ ▆▇▉ ▄▍ ▇▇█ ▅▅▌▉▇▊▍ ▄▊ ▅▍▌▌▋▅ ▆▆▊▋ ▍█ ▅█▋▌▇ █▊█▋▄▄▊▆ ▍▅▉▇▊▌ ▍▉ █▋▋ ▍▉█▅▆▋▇ ▊▇▍ ▄▋▄▊▄▆▆▉, ▍▅▌▅▊▌ ▄▊▌ ▍▍▄▍▊▊▄▍▋▍ ▉▆▄▋ █▇▆▌▇█▊ ▉▉▊ ▄▉▉▌▋▍ ▉▅▉▌█▋ ▇▄█▄ ▄▋▇▆ ▋▆▍█ ▇▌▇ ▍▊▆▅▇ ▇▇▍▄▄▅▅ ▌▇▇▊▅▆ ▋▍▆█▆ █▍▆▆▍▋▊ ▅▉▍▉ ▊█▇▊▄▇▍▄▇▍▌▉ █▌▇▊▋▅ ▊▌▅██▋▆▄ ▄█▆▇▍▊ ▆▇▋ ▍▆▉▆▇ ▄▅▅ ▆▊█▌█ ▊▄▍▄▌▄█▅.. ▄▊█▍▆ ▉▌▍▄▅▆ ▅▅ ██▆▍▆ ▋▍▇▅▄▌▆▊ ▋▅ █▌▋▆▌▉▌ ▉▄ ▆▅▉▇▅▅ █▅▊▆▆▊ ▊▅▊ ▆█▌▍ ▊▉▋▊▋ ▊▉▅▇▄▆ ▉▉ ▌▅▊▅▆▉▅▍▉▋▊█▉█▋ ▋▅▍ █▋▍▍█ ▉█▋▊▊▄ ▄▄▇▊ ▊▌▉█ ▉▍ ▌▊▍▄▌ ▅▆ ▆ ▅▋█▆▅▌ ▌▊ ▌▊▅▊█ ▍▉▍▉▊▆ ▋▍▊▆▇▉▍▉▄▍ ▍▉█▆ ▉▉▌▊▌▍▉▌ ▄▍▌_▆▌█▍▅▍▉▆▌▉▆▉▉, ▄▊▅▇ ▌▊ ▍ ▄▋█▍▇▋ ▇▊▋ ▋▌▌▊ ▇▄▋█▉▍▍▇▇ ▉▋▆▄▆▉▅▋ ▅▄▇▄▋▉ █▉▉ ▇▊▌▉▅▊ █▌ ▅▄▍▋▋▌▊▉ ▋▅▊▊▇ █▌▉▍▉▌█▊▊▉, ▆▌▍▉▇▉ ▌▇▄▌▅ ▄▉▅ ▄█▅▋▉ ▄▇▌▍▆▍ ▌▆ ▉▊▋▍ ▅▉ █▋ ▌▋▇▆ ▍▌▌▉, ▋▅ █▆▇▍▄▋▋▅ ▉▅█▍▋▊ ▉▆▆▋▇▍▍█ ▄█▆▊▋█ ▉▅▉▆▅▄ ▉▉▍_▊▉▄▅▄▄▇.▇▌▄ ▋▋▋▉▄ ▆▌▆▍▆▌ ▊█ ▍▆▊▇▊▆▌▋ ▅▍▇▊▅▆▋▍█▋ ▅▇▉▄▋▋▊ █▍▇▌▉▇▄▍▅, ▄▍ █▊▋▄▄ ▇▊▌█ ▍▍▍▄▆█ ▉▋▇▌▍▉ ▌▋_▅▆█▌▉▉▆▋▄▅▌█.▌▄▄ ▇▆█'▌ ▇▊▉▍▆▉▅ ▌▇▊▆/*.▅▇▊▌▉▌ ▉█ ▅▆▅▆▌ 🦆 ▋▅▌▊█▊ ▄▉█_▊█▄▉▆▆▇_▇▋▌▄▋▍█_▋▍█▆▋.▋▇▊ ▅█▊▅▄▋ ▉▇▋▉▊▋▊ ▆▋▍▉ ▇▅▋▉▇▅ ▅▋▋▄▊ ▄█▆▌▅▄ ▆▊▍▄ ▅▊▌▇▅█▄▆ ▋▉▆▉ ▊▇▊▉▅ ▌▇▉▇▇ ▊▍▇▇▇▌ '▉▊▍▅▄█' ▆▉ ▍▅▅▊ ▄▉▍██ ▉▋▌▆▊▍ '█▆▇▊▋▍' ▌▄▌▅ ▅▋▅▊▄█-▅▅▄▉▄▊▋▉▌ █▆▉▌▉█ ▊▌▋▉ ▌▋▌▉▉▄▄▇█ ▌▋▋▌ ▇▄▉▋▅▄ ▍▋▉▌▋ ▆▋▇▆▇.▋▉▌█▅▆▋▇▊██▍▇ - ▆▊▅▋█▆▋▍ ▊▉▌▌ ▋▆▌▄ ▆▌▋▌▄▋ ▇▌▇ ▋▄▆▆▅.▊▉▍█▇▅▊▉▇▅█▇▄ ▍▄▊ ▇▍▌▇▇▉/▋▄▇▉▇▇ & ▇▋▅█.▋▉▍▆▌▇▍▋▇▋▉▉▇▊▊▇ ▋▋▇▅█ ▌▋ ▄▋ ▌▅▋▌▇▅ ▊▄ ▍▊█▄▌▋ ▄▍▅▍ ▉▄ ▆▋▊▌▍ (▉▊▇▍ ▄▌▌▌█▍ ▅▆▌▄▊▍▉▇▍▅) ▇▍▍ ▇▆▆▍▅_▄▉▅█▍▍▋ █▆▄▌▌▊ ▅▇▌ ▌▋▇▌▍▄▊▇ ▊▋▊ ▉▋▄▋▌▍ ▊▌▌▋▊▇ ▌▇▅▋ █▉ ▅█▅ ▉▄██▍ ▄▆▍▌▌▌▆▇▅ ▋▆▇▄▍▄▆█ ▄▅██▉-▋▇▆▌▉▆█ ▍▊▊▆ ▍▍▇▌▍▍▌ ▄▉▅█▉ ▅█▆█▌▅ '▄▆▄███' ▊▊▄▆ ▍▌▅▄▊▄-▅▄▊█▉▄-▆▇▌█▆ ▋▄▇▆▋ ▉▌▊▇▆█ '█▍▆▇▍▊' ▅▊▍█ ▍▅▇▆▌█-▊▍▄▊▉▄-▆▌▉▊▍ ▆▇▆█▆ ▋▊▉▋▅ ▅▅▊▆▆█▌▌▍▄▄▍ ▄▆▊▇▉ ▌█▋▇ ▋▇▊▌▇▊▍ #▊█▊ ▊▅▆█ ▌▇█▇▉▇▄▊▉/▍▇▆▄▋▍-▅▋▄▄▌█▌▄▇ ▌▌▌▆▉▇ ▇▌▌▌▌▍▅█▍ ▇▆▄▋▋ ▉▅▊▅▊▆▌ ▉▄▇'▍ ▄▇▄▉ ▋▉▋▅▆▉█ █▅▍ ▍▄▇▅▊▉ █▅▆▌▋▅ ▊▉▆█▌▋ █▍▌▊▄ ▍ ▆▌▉▌█▅ ▄▊▉ ▆▊▅ ▉█'█ ▋▉▌▄▆▋▉▌ ▅▌▋▋ ▋▄▆ ▅▇▄ ▇▍ ▌▄▉▊▄▌▄▊█▌▅▍▇▇▊█▍▉▋▆▊▍▇, ▍▋█▆▊▇▄ ▇▅▆ ▉▉▋▍▆▍█▊▌ █▇▋▌ ▇█▇▋▆▌▆▅ ▆▌, ▋▊ ▌▊▉▇ ▇▇▉▄▊▌▋'▌ █▊ ▉▇▉▌▉▄ ▅▌▅ ▌▇ ▉▌ ▉▌ ▄▇ ▊▍▇ ▇▇ ▌▆ ▉▄▋▋▅▉ ▋█▆▉▆▍ ▊▇▇▋█▍█▋ ▄▌▉▄▅▉█▄▍▅ ▆▅█ ▆▆█▆ ▇▋▉▄▌▆▆/▆▍█▍▇▆▌█▍▅.▅▋▉▋▊▉ ▄▊▉ ▅▇▅█▇▅ ▍█▄▆▍▊▆▉ ▇▋▆▅ ▉▊▊_▆▌▆▇▄_▉▍█▋▅█▇ ▆▅▌▅ █▅▌█▌, ▌▅▍█▍▅ ▆▄▇█ ▉▍▍ ▌▉ ▌▅▆ ▉▍▍ ▆▅█▆ ▄██_▊▌▄▋▆_▋█▋▆▌▅_▇▋██ ▋▍▇▆ ▇▇▆▇▌ ▆█▌▊ ▄▉▅▌▋ ▋▇▉█▋▋▅█ ▋▉▆▅ ▅▆█▌ ▇█▌▋▅▄▇▉▅█▌▍ ▌▊▋▊▆▊ ▍▄▍▆▆▊▅▌ (▉▋▄ ▋▄▅█ ▋▊▄▆ ▅▊▊▄▍▆ ▆▌▆?) ▊▅▌▊▌▉ ▇▇▍▅▆ ▆▉▆▉▊█ ██ ▋█▄▄▊ ▇▅▄▆▄▍▍▍ ▌▌ ▆█ ▌█▍▉▋▄'▌ ▉▌▄▉ █▅█ ▉▌▌▅▋▉ ▅▅ ▆▋█▅ ▇▍▅'▇ █▋▍ ▄▋ ▄█▍ ▍█▅█▌▇▉ ▊▄▉█▅▄▊▄ ▋▇▋ ▅▅▄ ▊▊▌█▉▊▌█ ▅▋█▇ ▍▅▇ ▇▊▇▍▆ ▌▄▋▉▄▆ ▋▊▅▋ ▍▌▇ ▌▇▋▇▄▆▊▊▅▍▋▍▋▅▉▋, ▇▊'█ ▆▍▅▉▌▆▇ ▇▌ ▅▆ ▇▌▉'▄ ▄▌▉ ▄▉ ▄▆▉▋▅▍▊▇▄▆ ▍▌▅▉▊ ▇▋▋▌▄▊▍▋, ▉▌▉▍▇▊▄ ▋▅▆▄ ▇▍ █ ▇█▍▊▄ ▆▊▆█ ▆▆▍▋▇▄▋ ▄▌▄█▄▍▉▄▆▊ :▍ █▌▊▄▅▊▌▇ ▇▍▇▊ ▊▄▆ ▇▇▋▇▍ ▋▊▇ ▅▅▆▉█ █▍▌▇█▇▅▇, ▌▆▅▇▍ ▍▋▌ ▊▆█ ▇▋▉▆▇▍ ▋▆▌██ ▌▌▅▇▍█ ▄▄▅ ▇▍▌▉▅ ▉▄▄▋▍▉ █▌▌▅▋▌▋▉ █▊▅▇ ▍█▇, ▇▆▉ ▄▇▋▊▄▅█▌ ▄▄▋ ▍▋█ ▌▌▍ ▍▍▍▊▄▋█▉ ▉▅▉ ▍▅▋▆ ▋█▊▊▌▌ ▌▋▊ ▍▌▊ ▌▉▍▊█▄█▇/▇▆▌▄▉▇/▄▉▍▍▌▍/▆▉▅▆ ▋▆▄▄ ▅▆▇ ▋▆▄ ▊▄▉▉▄▍▊█ ▌█▊▊ ▄█▋▆▌▊ ▄▍▇▇▇▋ "▍▆▍ █▆▄▌▅▋", ▉▋▍▄█ ▍▍▆▌▊▊ ▊▄▅ ▉▇▌█▋▊▇ ▋▆▋ ▌▉▋ ▍▆▆ ▌▊█▍▉▋▋▆█▋▅ ▊█ ▊▊▄▌ ▄▇▄ ▇▊▅ ▉█▋█▆▅▌▅▍▄ ▊▌▄▅ ▅▊▌▉▊▄ ▍▉▊▇▊▄ ▋▊▊▊ ▅▌▅█▍█▌▇ ▉▅ ▉▊▅▉▌ ▌▊▍▋█▉ ▉▋ ▊▅▄▌█▋▆ ▇▅ █▇▍▋▊▉ ▆▋▌█▄▉ █▇▇ ▄█▋█ ▌▍▆▄▊ ▅▉▇▍▊▇ ▉▆▋▇ ▅▋▊▄▅ ▄▊ ▍▊▅█▅▅▋▊ ▋▍▄▋▉▆ ▅▇▇▉▅ ▆▇▅█▌▋▋▅ .▅▉█ █▊ ▇▆ ▍▉▍ ▅▍█▉▆ ▌█▉▉▆▅▍ █▇ █▄▌ ▆▌▆▇▋█▍ ▉▄▇█▇█▆▆▊ ▇▅▊▋▊▅▆▍ ▆▆ ▉▍▅ ▅▄▄▉ ▉▍▄▇▊ █▉█▍▅▉▍ ▆▄▍▌▇ ▄▆▌▇▅▅▊ ▆▄█▌▄█▍ ▆█ ▋▌▇▆ ▆▋ ▊▄▆▋▍▋ ▄▄▅▊▅▋▄ ▌▅▆▇▋█▅▉▄ ▋█ ▉▆▆█ █▅▉▊▅▆▉ ▌▄█▆▌▅▄▆▅▌▊ ▌▇▆▉▉▉▋. ▄▆▊ ▆▌▅▋ █▉▉▄ ▅▉ ▊▋▇▇▆▍ ▉▊ ▍█▋▉▉▍▇ ▌▅▍▊ ▍▍▅ ▄▌▉ ▅▆█▇ ▊█▆▄ ▇▄▄▄ ▍▆▉▍ ▅▄ ▋▍▊▆▆ ▇▉▇▊▇▅▊▉▋ ▉▌▄▊▅▆▇. ▄█▉▆ ▍▆▌▆▊ ▅▄▌▄ ▇▌ ▌▌▄▅▋▇ ▌▍ ▍▋█▇▉▄▆▌▌ ▌▋ ▋█ ▅▄▆'▅ ▋▄▍▆ ▅▋█▇ ▊▄▅▊▄█▍ ▅▉▊██ ▌▇▅ █▆▅_▍▆▊▇▊▌▋▍▄▆▌▋▋ ▍▍▍ ▌▄▄▆▌█▌▉ ▍█▉▌▆█▍▉, ▍▍▌▆▋ ▆▇ ▇▌▄█▋▇ ▌▌▉█▌█▄█ ▄▆▉█ ▅█▆▆ ▍▋▊▇▆▋ ▌▄▋ ▆▊▋▊ █▌▍▄▅▄▊ ▄▇▇▍▌▅ ▍▋▇▌ ▊▋ ▅▅▌ ▆▌▇ ▄▄▄ █▋ ▊▌▇▋▊▇▉▇▍ █▊▆▉█▊▉▅▌, ▅▋▌▊▌▉▉▉ ▊▅▊▅▍▉▉▊ ▋▅█▇▇▇ ▌█▊'▇ ▉▍▇▌▅▌ ▌▆▍▋▌▍▄ ▋▆▄▋▇▊▋█▄▊▍▋▉ ▄▋ ▉▋ ▍▇▍ █▄▊▆▋▄ ▌▆▋ ▊▌▋_▋▄▊▅▆▉█▋▌▍█▆▇ ▄▊▋ ▅▊▅▋█▄▉ ▋▉▌ ▍▇▌ ▉▋█▋▅▄ ██▉▇▆█▉▄▉ ▉▇ ▌▊▇▄▅ ▄█ ▄▇▊▉▍▊ ▇▉▅▍▇▆▄▉ ▆▄▆▇ ▉▇▌▇▌▍ ▄▅▆▄▆ ▄▌█▊▍▋▌▇, ▍▉▍▍▋▇ ▊▋▆▉▌▊ ▊▄ ▋▉ ▊▉▋█▊█▋ ▇▇ ▆▅▅▌▉ ▅▌▇ ▋▇'▌ ▉█▅▄▆▆▋ ▊█ █▊▍▄ ▌▄▇ ▍█▊█▋▊▊ █▅▉▌▋▇ ▍▆▌▋▍▄ ▆█▋▆▇▊▅ ▌▍▉ ▆▄▄▉▋, ▌▍▄▍ ▅▍▋▊▌▊█▄▆ █▅▌▅▅ ▌▋▍ ▆▅▆▋▉▋ ▋▍▍ ▉ ▋▅▊▅▇▋▌ ▌▄█▋▍▉▍ (▊▌█▋▋▄▌▅ ▋▌▊▋▌▅) ▉▅▄▋ ▌▅ ▊▌▊▇ ▌▄▇▇▋▇ ▅▆▊ ▇▅▊▇▍▅▍▊.▊▇▌▉▉▍▊▆▌▇▄▄█▆▋▆▄▍▊▊ ███ ▋▇▅█▄▌▌ ▅ ▉▍▉▄▉▋ ▌▆▅▋▄▍▍▅▆▆▅▇▇▆▄█▇▅▆▌▅▅▇█▉█▄▆█ ▅▌▅ ▆█▆▊▉▌▇▉▉▉, ▅▍▇▋ █▊▄▄▉▇ ▌▊▊▊▌ ▊▅ ▊▌ ▊▊▄ ▇▍ ▅▌▍▇▍ █▋▋▇▉▄ █ ▅▌▍▇ ▆▇▉▉▆▉▌ ▉▋▍ ▋▋▊▍▍ ▄▊▇▉▉▊ ▊▅▅▊▅▇▅▊██▆ ▊▉█▇█▌▋▉ ▄█▊ ▄▋▄▄█▊, ▍▌▌ ▇█▋▉ ▅█▌▄▆▊▍▇▉█ ▄▄█▉▉, ▋▊▍█▆▄ ▅█▉▄▍▉ ▊▉▉▍▆▋, ▍▅▄▍▊▇██ & ▇█▆▄▍▍▄▇▄ - ▆▇▍██▄ ▍▆▄▆▄▇ ▋▍█▋▇▉█: ▉_▌▍▊▄_▋▋▊▅, ▉_▄▍▉▆_▉▇▊▇▆▉▄▄, ▊_▊▄▇▅_▉▉▋▆_▊█▊▌▆, ▆_▋▍▊▊_▇▌▋▍▇▉_▄▅▉▌▇▄▄▇█▅, ▇_▉▊▊▅_▄▇▇█▉▌_█▇▄▍█▉▌▊ ▆▍▊ ▋▌▄_▇▄▍▌_▊█▇▇▄▌▅ ▆▄ █ ▇██ ▉▌▊ ▊▌█ ▍▍█▅ ▊▆▆▋▋▋▉▌▄██▋ ▄▉▄▆▅▋▅ ▉▇▇ ▋▉ ▅▍▅██▉▍▌▅ ▆▋▅▋▅ ▇▉█▊▆▍▍▋▋▅▉▉▆▆▌▌▋ ▆█▋▉ ▌▊▅▇▉█▉▉ ▌▌▍▉▄▇▊ ▅▋▄ ▋▉▇▅▄▌▌▆▋▄▆ ██▊▍▊▉▌▇▇ ▋▉▇ ▅▍▆▊▄▆▍▅ ▋▄ ▅▊▅▆▋▉▆█▆▋█▆ (▇█▇▉█▌▋▋█ ▆▆▅▅▆▋▆▌▍), ▌▌██▆▍▋ ▇▋▇▄▌█▋▌▌, ▊▌▇█ ▌▄█▄▉▌▇▄▄█▋ ▄▉▇▍▊▌▌▅ ▇▋▄▄█▋▉▌ ▉▆▆ ▊▍▌▇ ▄▋██▌▇▉▋ ▇▆▉▄▆ ▅▌▆▄'▋▋ ▍▊▌▄▄▇▄▄ ▌▋▌ ▌▌▅▅▆▅▆ ▇▄ ▋▌▄▋▋▌ ▋▆▊▊ ▄▅▌▆ ▍▊▆▊▇▅▌ ▆▊ ▄▉▇▋▌▅▍▊▄▋ ▋▍▅▊▅▇▅▊▋ █▆▋▊▄▊▆█▍ ▉▌▅▅█ ▅▄▆▇▅▌▅▋▄▍█ ▄▇▋▄▅ ▇▅▉▄▌█▆ ▌▇▄▉▊ ▍▅ ▅_▉▉█▍▊_▍▍▄▋▉▋▆, ▋▆▍▆█ █▌ ▅▋ ▊▅▊▊ ▋▇▄▄▇▉▋▌▌▌▉▌ ▋▇▆█▅▌▉, ▄▆█▊▇ ▋▅▅▄▍█▌█ ▋▇ ▌▉▍▍'▇ ▄▍▇▍▇██▊▅ ▊ ▋▉▌▉ ▉█▇▊▊▆▆█ ▋▍ ▇▍ ▄▅█ █▊ █ ▅██▅▍█ ▇▍▇█▄://█.▅▌▄▌▅.▌▉▌/▇▊▅▉▆▇▊.▇▇▆ ▅▊ ▍▆ ▇▇▅█ ▉▌ ▇▊▌▋▇ ▆▋█▍▆▍▊ ▌▌ ▅█▆▌▌▉▌ ▄▊▄▆▇, ▉▌'█ ▋▋▋▇ ▋▉▊▋█▆ ▍▊▅█▅▇ "▉▋▅▅▌ ▅▆▉▄▄▇▄▌▉▄▋ ▌▄▆█▅ ▇▅▆▉▋▌▊ ▍▌▊▊█ ▋▋ ▊_▇▋▉▉▉_▆▇▋▆▉▍▌, ▅▆▋▅▅ ▊▆ ▆▊ ▌▉▅▆ ▉▊▅▇▋▉▄▌█▇▅█ ▊▍▍▄█▄▍, ▋▍█▊▄ ▉█▋▉█▍▉▅ ▇▇ ▄▊▅█'█ ▍▍▄▋▌▊▊▉▋ ▇ ▆▆▌▊ █▇▄▍▄▋▇▌ ▉▇ █▌ ▍▄▇ ▌▆ ▌ ▄▉▍▌▌▋" ▌█▌▌ ▄▅▆▋▊▉▍ ▍▄▊▄▊▅ ▅▇▋▇▍▋▊▆▌▄▇▆▆▊▊█▇▅▊▌█▋▇▄▊▅█▅▇▌▊▋▇▇▌█▄▇▌▋. ▆▊▅▅ ▌▉█▌▆▉▊▉█▋ ▋▇▍▋▊▋ ▆█▍▄ █▊▌ ▌▌▅▇ ▍▇▍▊▌▊ ▆▅▅▋▉▌▋ ▅▄▆▉▊█▉▇ ▊▄ █▋▋▄▋▆▊▉▄ ▅▆▋ ▅▉▄▌▋▋▉▉ ▄▊▊▅▌▇ ▇▆▆ █▊ ▍▇▆█▍▅ ▉█▍█▆▉▋▉█▌▋▉.▋▊▌ ▌▄▄▋▅ ▉▆ █▌█▆▉ █▆█ ▍▅▅▋▅ ▆▉▅▋▅▌▉█ █▊▋▉▋▋ ▅▆▆ ▊▌▉▇▄▄▍ ▍▄▆▇▄▍▉ ▇▍█ ▉▆▍▆▊▆▄▌▍. ▆▊ ▋▌ ▊▅▅▊. █▇▆▌▅ ▉▅▌▅▉▆▇█ ▄▇▉▆ ▆▌▆▄▍▉ ▉▉▅▌▆▆ ▅▊▅▌▇▄▄▋▊ █▋▋█▉▋▋██ ▅▇ ▆▉█▆'▍ ▉▉▋▋▇▄▋▌ ▉▍▍▄▉▅▍▇ ▋▊▋▅█▊▇ ▌▋ ▄▊▊▍▄▊▅▍ ▍▌▉▆▄▆, ▇▍ ▍▌▊'▋ ▋▍▇ ▆▍█▌, ▊▄█▍ ▅▌▄'▆ █▄▍▉ ▆▌ ▄▊▇█ ▄▋▇█▅▉▋ ▊▅ ▍▅▆ █▄▉▋█ ▍█ ▌▇▇ ▄▍▍-▍▍▆█▍▊▆▄▋ ▌▋█▆▌▍▅ ▉▋ ▄▅▆▊ ▌▍█▇▅▅█▄, ▊▋ ██▆▉▉▆ ▅▇▌▅▊▅▌ ▆▅▅▉ ▋▌▊▄▌ ▋▇▅▆▍ ▉▉▅▊ ▋▅▄▄ ▋▉▇▊ ▆▉▋▆▅▍ ▋▅▆▆▄▊▊ ▆▄▋▉▋▍█▆▇▊ ▋▋█▍ ▍▌ ▅▇ ▉▆ ▅▊▄'▆ ▉▊█▇ ▅▋▇█ ▉▍▉▅▇█ ▄▊▌ ▇▍▌▍▉▊ ▍▋▆▄▌ ▉█▉▊▄█▄▅█▄▄▉▇, ▆ ▆██'▌ ▉▋▇▌ ▇▋ ▊▅▇▄▍█▉▍▋█▍▅█▍▅▌ █▌▆▋▇ ▇▉ ▊▆▆ ▉▍▊▇█▊ ▄▌▍▌▄ ▍▆ ▄▉▄▌ (▌▆▅▄▉▋▊ ▆█▊▉▇▆ ▊▊ ▌▋▍ ▊▇█▍) ▇▄▊▍▆▋▉ ▊▅▆▆█▊▇▅▅ ▍▅▍▄ ▄▄▉█▊▆▇ ▅█▅▌▋ █▍▍▅ ▇▉█▍▋▌ █▆▄▌ ▍▇▊▉▍█ ▇▇▍ & ▆█▅▇▄▇ █▆▄█▉/▄▋▇▄▋▇▊▄▇▆▉ ▇▇▌ ▆▄ █▍▅▇█▅ ▍▊▊ ▆▆█▉ ▆▉█▌▉▋ ▆▍▊▋▉ ▋▇▄▋▋ ▅▌ █▋▇ ▍▇▌ ▄▅▌▋▊▇▉▅▆ ▉▄▊ ▅█ ▋▄▄▄▌.▅▊▉▅▅▅▍▉▇▌▋▅() ▆▆▉▋█▍█▆▆▅█▉▋▍▅▊▊▄ █▋▆▅▅'▆ █▍▋▊▋ ▌▅ ▇█▇▌▇▉▋▇▅ ▉▌▉▍ ▅▄▇ ▆▄▆▌ ▇▇▄ ▍▅▅▇▆█▅ ▌▉▇▄▅▄ █▅▌ ▅▍▋▆▅█ ▉▆▄█▊▉▉█ ▄▌▍██▊▆ ▅█▌▍▋▆▆▍▄ ▍▍▄▆▅ ▍▉▄▍█▉▌▆▌ ▌▉▆▄▇▅▅▊▍ █▉▍█▍▆▇ ▅▇▆▍█▋█▇▆▅▇ ▌▉▍ ▅▇▌▊▍█ █▅ ▍▌▌▇▍▊ ▊▅█▊▌▉▇▆▊▆ ▇▅▅ ▍▌▅▌ ▇▄▄▇▅▅▌▍▌▍ ▍██▅▅▋▋ ▊▄▋▊▄▄▉ ▌▋▉▆▌ ▆█▇▋▍▉▆▍▇ █▄▉▊▍▉▇▌ ▅▅▆▇▇ ▇▋█▅▇▄███ ▉▊▄▊█▉ ▊█▊▌▌█▅▄▅ ▄▄█ ▆▄▊▇ ▄▉▍▅ ▊▆ ▌ ▅▆█ ▍▄▉▍▉▇▄▋▅▊, ▉▇▉▍ ▅▋▇▅ ▆▉ ▆▇▌▅ ▊▉▋▇▍▇▊█▊ ▇█▅█ ▆█▋▇█ ▍▍▌▊▍▍▍ ▍▍▊ ▍▊▆ ▊▆▇▆▄▉▋▌ ▌▄▅▋ ▅█▄/▆▄▋█▅▋/█▍▇▍▉▋▇▍.▇, ▍█▍▅▌▍▄ ▍▇▆▉▉▄ ▌▋▍▌▉▍▋ ▌▍█▉█ ▅▆▄▇, █▌█▍█▄▊▋ ▍▉▅▅▅▇.▆▉▅ ▇▄▉▄▋ ▆█▆█▍▄ '█▊▋▊▄▊' ▍▇▅▊ ▊▋▅▅▍▍-▋▉▋▊▆▍-▇▌▆█▆ ▋▉▄'▊ ▍▅▊ ▆▇ ▌▉▅▉ ▇ ▌██▋▆█ ▌▌▆▊▋▋▇ ▋▉ ▇▌▇▉▇'▆ ▋▅ ▄▊▊ ▉▍▉▄ ▆▇▅ ▆▇, ▉▌▅▍▄ █▍▇ ▇▍ ▆▋▌ ▋▍▍▅▊ ▅▅▄▇ █▄ ▊▍▍▆▆█▇▉▅█ ▄█▋█ █▍▆█▋▅ █▍▊▅▊▄ ▄▋▄▄ ▆▅█▄▇▄█▋▄ ▍▉▊▊ █▋▉▆▋▅ ▆▍▊▉▇▊▊.▆▌▉▅▇ ▊▉▄▅▌ ▄▋ + ▄█▉▉█▌▉▋ ▆▆▇▅▌▇▉▋ ▅▊▊▅█ ▊▌ ▊# ▅▍▉▍ ▅▉▆ ▍█▉▊▋▋▇▅ ▋▋▌█ ▍██▇▄▄▋▍ █▅▌▆▇▉▌█ ▉▇▉▊▋▍█ ▊▇▋▌▄▌█ ▍▇▉▆ ▌▆ ▊▉█▍▇▉▌▋▉▆ ▆▅▌ ▌▊▇▅▆▊▄ ▍▌▍ ▇▆▊▅▍▆▉▋▅▋ ▊▌▍▌ ▊▆▆▅▊ (▄▅'█▊ ▆▍▌▉▅▆▊▋ ▆▌▊ ▅▊▋ ▇▌█) ▄█▅++ ▇▆▄▋ ▉▉▄█ ▌▆▋ ▌▌▉█▆ ▅▋▇██▍-▇▍▆▊▍█▌▆ ▆▍▊▆▇▍ '▌▄▍▊▆▆/▍▍▄▋▇▅-▆▅▋▋▋▍-▊▇▍▄█' ▌▉▉▊▊▄▋▅++ ▉▆▉▇▅▋ ▊▆▆▄▇▍▉▇ ▌▆▊▉█ ▆▊▊▍▄▋ ▉▅▅ ▊▊▇▌▆▉▋▍▋ ▌▊▍▄▋█▇ ▉▅▍█▊▇▍ ▄▊██▍▇ █▉▉ ▊▉▊▊ ▋▉▊▍▊▍█▌ ▍█▆ ▍▆▉█▉▊▊▉▇▊▆▆▌▅▋▊▇▆ ▄▇ ▉▄▋▊▄▉ ▄▌▋▍▅ ▅▅▆█▋▋ '▍▍▍▍▍▇' ▍█ ▆▌▌▌▇▅.▉▌▅:▊▌█▍█▄▊▌▋/█▉▅▅ ▉▊▄▌▇▆▅ █▉▋▌.▅▋▋▅▍▇▋ ▉▆▍▊▉▇▋▉ ▍▇ ▅▆▍ █▇▅▆▅ ▌█ ▌▇▋▊▅▅ ▊▌▊▆█▌▇▊ ▍▌▅ ▍▄▋▅▋▆▌▇ ▇▌▇'▌ ▊█ ▍▅▍▍▆▉▇ ▉█▊▌ ▌▋▌▆▌▆ ▉█▍▇▅ ▄▆▄▄▍▇▋ ▆▆▄ ▍▋█▊█▊▊▇▌█ ▉▄▇ ▍█▍▄▉▊▋▇▋ ▅▌▄▊ ▍▆▉▍▋.▆█▌▍▄ █▉▇▉▌▄▅▍ ▉▄ ▍▄'▉ ▍▇▆▉█▊▆▊▊ (▉▋▋ █▋▌▊▇▊-▉▄█▉ █▅▄▍). ▆▊▅▆▄▋ ▌▊▊▊█▊▍▅▊█▋▍▊▌█▆▆ ▇▆ ██▄ ▅█▌▅▉▉▇▊█▇▉▍ ▌▌▅▆▅ ▊▊▇▇▄▋ '██▅█▍▇' ▌▍ ▊▇▋▉▅▋.▇▅▇:▋▄▍██▊▍▉▅/▍▅▊▋ ▄▋▄▊▇▊ █▄▇▆▉█▍▊▄▇▍█▌.▉▇▊▇▅ ▇▄▋▅▌▌▇▋▇ ▌▆ ▄ █▉▇ ▊▊▆ ▇▋▇▄▉▄▍ ▆▅█ ▆▅█ ██▍▇ ▇▍▆▅▉▌▌ ▄▄▇ "▄▌█▅▆▌▄▆▉▋▇█" ▋▆▊▋, ▍█▅█ "▌▊▉▅▍▋█▄▌▍▉▍▉▋▌" █▊▇ ▄▆▇▆▌▅ & ▍▍▆▄▉▌ ▍▇ ▍▉▉▇▆▆▅ ▉█▍▇▊ ▆█▍▍ ▇▅▄ ▉█▍▄▉ ▋█▆▄ "▉▇▉▄ ▍▅▄▍ ▆█▆▇" ▅▉▌ █▌▆▍▉▍▆ ▊█▋▇▍▍█▍ ▉▌▄▄▄▄ █▇ ▊▅█ ▍▋▍▍▊▇▌▄▊: ▋▉▉▊▄▆ ▋▄▆▉▅▄▉▆▌▇▆▄▉▋▄█▉▌▅▄█▋█▅▍▄▍▌▅▄▇█▄▋▇▇▅▄▍▇ ██▄▉▇▆: ▇▆▊▇▍ <▊▉▄▌▍▉▅+▊▅▅▋▅▌▄▌▄▌█@▊▇█▌▋.▉▍▋▍▋▊▋.▊▅▌▄▊▌.▍▌▇> ▋▄█▌: ▆▋▇ ▅▉▉ ▆ ▉▌:▍▄:▉▌ ▌▉▌▆ +▊▇▍▇ █▉▇▋█▍ ▅▍▅▍▆▍▄.█▋▊▉█▅█▆.▋▆▌▉▌▄ █▄▄▅▊▉ █▋▆▄█▅▊▄▉▊▄▋▉▋▇▋▆▋▆▆█▅▊▇▉▆▉▌▋▌▄▌▊█▊▊▉▊▅▇ ▉▇▊▅▆▄: ▄▄▊▊▌ <▇▌█▅▇▄▌+▉▅▉▋▇▋▉▅▄▄▅@▋▅▉▊▌.▊▄█▉▅█▅.▉▅▄▄▋▍.▆▆▆> ▉▋▅▍: ▌▌▍ ▍▉▄ ▄ ▍▍:▍▉:▆▋ ▍▋▄▌ +▉▋▄▍ ▍▉▇▊▌▆ ▌▌▌▆██▊▄▋ ▄▉▄▅█▆▊ ▆▉▋▄▍█▅.█▄▍▄▍▌▆▊▆▋▋▅▅ ▄▋▄▌▄▍▄ ▄▇█▊▊▋▇.▇▌▌▋▇█▊▇▅██▋▆▉.▇▆▇▇▆▅▉█ █▍▍▄█▅▅ ▉▇▇▆█▍▌.█▍.█▋▉▊▉▊▇▇▊█.▊▄▅▆█▊▌▌▇▌▋ ▆▍█▆▊▅▄ █▋▊▉▌█▍.▉▉.▌▍▌▉▊▇▍▉▄█.▄▍▉▉▄█▉▅▅▋▄█▍█ ▇▌▍▌▄▆▋ ▇▌▄▄▍▉▆.▅▍.▄▍▅▅▄▅▍▅▉▄.▆▆▋▌▉█▍▇▆▋ █▄█▌▋▋▄ ▉▉▄▍▆▄▅.▊▅.▆▌▇▆▍▋▇▄▍█.▉▄▉▊▄▅▄▇ ▉▍█▆█▇▄ ▇▊█▄▄▅.▊▅▇▅( ▅▄▄▌ ) ▋▋ █▍▆▅▄ ▍▍ ▄▌▆▊▊▋.▊▍▇▍( ▅▉▅▌, ▍▍▆▍▍▅=█▍▅▍ ) ▉▌▆▄▇▅▆ ▄▇▊█▆▌.█▍█▋▅( ▋▄▌▆ ) ▊▍ █▄▍▅▅ ▌▉ ▄▊▆▅▋█.▉▊▆▋▅( ▆█▇▊, ▄▌▍██▆=▆▄▄▆ ) ▆▆▊▇▆▄▍ ▉▅▇▉▉▇▆.▍▅▉█▇▋( ▄▅▊▌▍▅▆, ▊▇▆▌▊ ) ▅▍ ▉▆▍▆▍ ▊▆ ▊▇▍▄▉█▋.▉▇▋▋▋▆( ▆▅▊▋█▄▌, ▆▆▍█▍, ▇▇▊▊ = ▆▆▉▊ ) ▉▇▋▊▋▇▊ █▅▄█▅▌▌.▊█▊▅▌▌( ▋▍███▄▅, ▅▄▌▅█▆▄ ) ▋▌ ▇▄▄▄█ ▇▅ ▅█▇▅█▊▆.▄▄▇▊▌▊( ▍▇▅▊▅▉█, ▆▍▍▍▋▅▌, ▅▉▄▌ = ██▋▆ ) ▄▅▍▋█▋▋ ▄▄▉▅▄▌▍.▌▇▌▌▍▌▆██▇▆ ▌▅▉▍▉▅█ ▌▊▇▍▊█ ▅▊ ▉▍▍▇▉ "▅▄▅▊▋▍▉.*" █▍▄▉▋▊█ ▉▊▆▄▉█▋▅++ ▅▊▌▋▇▋▆▇▇▉ ▄▋▅▌▄▌▆▉▉ ▄▍▊▋ ▆▄▄▉▄▇▌ ▇▍▌▍ ▌▉▋▍▊▌ ▅▉▋▄ ▊▌▆▋▉█ ▋▍▌▊▅▉▌▊▊ ▇▅▆▍█▅ ▅▍▆▄▉▄▆.▍▋▌ ▇▌▊'▊ ▅▋▌█ ▍▄█▄▅▋▆ ▊▅▆▆ ▊▍▊▆▍█▍▍ ▋▄ ▇█▄▅▌▋ ▊▅ ▄▉ ▉▇ ▌▄█▋ ▅▋ ▉▋ ▌▌▍▋▄▍ ▋▊ ▋▅▅▌ ▄▇▉ ▉▇▍▇▍▉█▅ ▋▊▇▄▉▌▅ (▇▆ █▍▅▉▉ ▆▄▌ ▄▄█▌▇) ▋▆█▉▌▇ ▆▇▉▅█▋ ▆▄▋▌▅▋ ▊▌ ▍▇ ▅▅▄▄ ▄▌▉ ▍▉▄▆ █▍▄▊▄ ▄▌▅▌▍▋ ▋▌▆▆ ▆▍▌ ▆▌▄▇█▅ ▆▉ ▋▆▇▌▊▊██▋▅▋▆▅ ▋▋▊▅█▇ █▅▋▌▉▉ ▄▇▅▆▄█▌ ▇▉▆▉▋ ▍▆▅▆ ▇█.▅▉▋, ▋█▄ ▇▆▄▌▌ ▇▍ █▋▇ ▉▇▆▆ ▋▊▌▌▉█ ▆▍▅, ▅▅▅▌'▇ ▊▄▋▇▌ ▅▌▌█ ▄▉▆ ▆▅▄ ▊▋▌▍▅▋▉ ▊▍▅▍▌█ ▄▌▊▊ ▉▊ ▋▋▉▅█▅▇, ▌▅▌ ▆▇ ▆▄▌▉█▇▆ ▊▉▅▇▌ ▆▌▇▇▋▉▇▍ ▋▊█▇▄▉▇▌ ▋▍▇▋▊▋▋▋▉, ▉█▇█▌ ▅▉▇▋▍ ▊▌▄▄▊▉▇ ▊▊▊▉█▌ ▍▇▌ ▊▌▊▅█▄▉▋▆▄ ▍▉▌█▌ ▍▇ ▊▋▄▋▌, ▊▆▇▅▅▅▍ ▅▊▇▄▍▉▋▋▉█▉▆ ▆▌▉▉▌▋▅▌▊▄▆▆▇▅ ▋▅▇ ▌▇▍█▋▅█ ▊█▌ ▍▄_▆▌▅▅▌█▄▄_▊█▇▍▆▇▄█▅ ▋▌▋ ▉▇▊▅▊▌ ▉▋▅▍ ▇▌▆▋▇▅▄▄ ▉▋▋▄ ▋▇▍, ▍▅▇▄ ▍█▋▄▅█▌▆▄ ▉▍▌▇▌▊▅▉▋█ ▍▍ ▇▄▆ ▄▄█▊▆▅▊ ▊▅▊ ▆█▊▋▅▇ █▍▄█▉▌ ▇▆▄▆█ ▅▊▇▅▊ █▉▍ ▄▍▆ ▄▌▍, ▇▋▊▊▅█'▋ ▊▅ ▉▍▇▉ ▊▆ ▊▆▉▍▋█▄▋ ▉▉▄▅▌▄ ▇▆ ▍▅▉▆▅ ▋▉ ▍▋▊▉ █ ▌▅▆▍ ▌▋▇▊▋▄▄█▆▍▅, ▄▅▇ ▍▊▋'▇ ▄▆▍█▅▍ ▋▊▅▅ ▍▉ ▍▇ ▇▅'▆▄ ▊▋ █▌ ▄▅▍▆▊█ ▋█▋▌▋▉ ▄▄▍█▊█▍ ▅▌▍█▋ ▄▋▋▍▅▌▍▄▌▅▅▋, █▍▇▇▌▋ █▄▌▇▇▆▅▌█▅▋▇ ▍▅▋ ▆▆▌▊▌▆▍▍, ▊▋▌ ▍▆▍▋▅▊▆▅▉▇▍▊ ██▌ ▇▇▋▆█▆ ▍▍▆▋█ ▊▄ █▉, ▅▅▊ █▇▍▌ ▋▄▅ ▄▌_▊█▇▉█▆▄▍_▉▅▇▆▊▍▆▋▍ ▋▍ ▆▊▄▅▋▄▍▄▌█▉▋, ▅█▇▇▉▌▅▍ █▄▉▍▄▌▇ ▋ █▋▅ ▋▇▆ ▋▆▉▆▊█ █▅▅▉▄▇▆ ▋▇▉ ▊▌▌▋▉▆ ▄▄▅▍▊▆ ▊▄▇▋█ ▌▊▄▋ ▇▆▊█▇▌▍ #▍▊▉ ▉█▌▅ ▆▍▉▊█▅▉▄▊/▌▆-█▄▆▆▍▇▅▆-▋▆▉▅▇▆█▄▅ ▉▇ ▄▌▋▍▄▋▌▆ ▅▌▆▆▉▌▆▌▋ ▋▊▊▅█ ▅▅▌▊▌▆█ ▄▅▇▉▇▋█▋▄▆ █▅ ▅▍█▉▄▍▇▄▇▊▇.▉▌▅▊▋▊▅▇▍▉▋▅▋▍▋ ▆▅▌▄▋▉▅▉▄▉▊ ▉▌▊ █▅ ▄█▋▌ ▋▅▅▊ ▄ ▌▌▉▉▇▋ ▊▉ ▆▋▅▆ ▇▌▋ ▇▆▅▄▄▄/▇▊██▋▊▍ ▅▍▄▍ ▅▄▌▊▊▄▊▌▄ ▄▉ ▍▆ ▌▋▉▍█ ▉▄▄▊▄▉▆▄ ▄▊▄▊█▇ ▊▆▅▇▄▄▋ ▅█▆▄▄▌▋ ▅▉▍▅▄▋█ ▄▌█▍ ▇█▉▍▄, ▋▇▉▆▆ ▄▊█ ▉▌▊▇ ▊▌▊▄▊▉▌▉▊▍ ▊▋ ▌▊▇▋▇ ▋▊▅▅█▉ ▊█▊█ ▅▌▉▊▅▄▅▇ ▄▌▍▊▍▋█ ▇▋▊▌▇ ▊▋▍▅▋▆█ ▅▆▇ ▍▉▄▄▋▊ ▅▆▉▊▋, ▆▆▌▇▄ ▊▇▋▄▋ ▄▊▆▌▇▌█▌ ▌▊▍▅ ▊▍ █▊▌▄▌▅▉▅▆▊ ▇█▅▋▋▊▄ █▅▊▌▍▋▆ ▇▋▋█▋▍ ▋▅▊ ▍▍█▋▇ ▌▍▆▍▇ ▊▉▍▋▊ ▄▆▉▉▄▄ ▄█▌▊▋▄▇▄█▆▌▆▌ ▆▋▇▌▋▉▅█▍▉ ▅▋█▄ ▄▇▉ █▆▄▉▌ ▉▉▅▉ ▌▉ ▅█▅▋▆▄█▍.▋▇▌▍ ▌▊▄▍▊▌ ▇▄▇▋▍▋▊▅▇▇ ▆▋▋ ▅▋▊▆█ ███▇▉▅ ▉▅▊▆▅▍ ▋▊▌▆ ▆▋▆▇▉▇▄▅▋▅▋.▄▊▊▆▆▇▉█▆█▍ ▉▆ ▅▋▅█▍▇ ▊▊▌█▌▍█▍ ▌▄▇▆▊█▇▉ █▍▍▍▉ ▅▅▊▌▇▆ '▍▆▌▅▊▅' ▇█▅▅ ▆▌▇▌█▊█▌▅▆-▅▌▊▆▆
1 Year Ago
DevCamera tweaks
1 Year Ago
Delete CameraComponent
1 Year Ago
Backport latest texture manager changes from Valve, fixes for race conditions in async hookup jobs Suppress texture frame updates for render hooks, fixes bound textures with no references getting deleted before the frame fully ended Revert ScreenEffects workaround from not being able to Material.Load within RenderHook Fix leaky strong handle from RenderTools.RenderScene on unused returned ITexture
1 Year Ago
Backport latest texture manager changes from Valve, fixes for race conditions in async hookup jobs Suppress texture frame updates for render hooks, fixes bound textures with no references getting deleted before the frame fully ended Revert ScreenEffects workaround from not being able to Material.Load within RenderHook Fix leaky strong handle from RenderTools.RenderScene on unused returned ITexture
1 Year Ago
Delete more obsoletes Deleted PhysicsWorld.IsPointWater Deleted Sandbox.Component.Glow.Active/RangeMin/RangeMax Deleted FogStength from all light entities Deleted OrthoLightEntity.UseFogNoShadows Deleted Global.IsDedicatedServer/PhysicsSubSteps/PhysicsTimeScale Deleted ScenePanel.CameraPosition/CameraRotation/FieldOfView/AmbientColor/ClearColor/ZNear/ZFar/DisablePostProcessing/SceneAttributes
1 Year Ago
Remove/replace html templates in UI tests
1 Year Ago
Delete CameraSetup Delete CurrentView Use Map.Camera in place of CurrentView Remove dof and motionblur from ViewDesc Add Local.UserPreference.DefaultFieldOfView Fixed main SceneCamera not controlling the render properly Remove SharedRendering/SetDevLayer hack
1 Year Ago
Delete Sandbox.ConstantBuffer (obsolete & unused) Delete TriggerHurt and TriggerTeleport (obsolete aliases) Delete TriggerMultiple.Wait (obsolete alias) Delete ModelBreakPiece.CollisionGroupOverride (obsolete) Delete CameraMode.DoFPoint/DoFBlurSize (obsolete) Remove unused properties of Sandbox.Water EnableShadows/EnableFog/EnableRefraction
1 Year Ago
Fix leaky strong handle from RenderTools.RenderScene on unused returned ITexture
1 Year Ago
Backport latest texture manager changes from Valve, fixes for race conditions in async hookup jobs Suppress texture frame updates for render hooks, fixes bound textures with no references getting deleted before the frame fully ended Revert ScreenEffects workaround from not being able to Material.Load within RenderHook
1 Year Ago
Renamed ModelDocAttributes.cs to ModelEditorAttributes.cs
1 Year Ago
Delete BrushEntity.Solid (was obsolete) SurroundingBoundsType.Obb => SurroundingBoundsType.OBB Use RangedFloat in SoundEvent resource This change will make existing assets lose their PitchRandom/VolumeRandom until updated Move GlobalRpcHandler to Sandbox.Internal Make Sound.Index internal Hide Prediction.CommandsAcknowledged/LastExecutedPacketNum Move QTextBlock to Tools namespace Rename ModelDoc namespace to Sandbox.ModelEditor Also moved all ModelDoc node classes to Sandbox.ModelEditor.Nodes
1 Year Ago
Minor summary adjustment to PhysicsBody.SurfaceMaterial RangedFloat can be read from a number in JSON too
1 Year Ago
Actually spell suppress correctly
1 Year Ago
Suppress texture frame updates for render hooks, hopefully fixes textures from being deleted from under us
1 Year Ago
Removed Sandbox.Hooks obsolete code Moved VoiceSpeaker, VoiceEntry, VoiceList to Sandbox.UI namespace, removed Style.Dirty usage Tools: Remove Utility.RunCommand, replace with ConsoleSystem.Run (to match Sandbox.Game) Replace tools addon usage of Utility.RunCommand
1 Year Ago
Rip the bandaid off and stop looking for "GameSettings" meta, only "PackageSettings" Add search & button to display local maps for games with "this list only" map support Squashed commit of the following: commit f5d20681b7389cd09e9c877d4ea0d9e260762a44 Author: Rubat <3299036+robotboy655@users.noreply.github.com> Date: Mon Dec 5 21:48:02 2022 +0200 Delete Sandbox.Internal.Decals commit c9ed0a3acf8a248f4533109ddb63edba3a3c5330 Author: Rubat <3299036+robotboy655@users.noreply.github.com> Date: Mon Dec 5 21:43:19 2022 +0200 Remove obsoletes Removed Sandbox.SpotLightCone Removed Sandbox.SceneSpotLight.SpotCone Removed Sandbox.UI.DataSource.ArraySource Removed Sandbox.UI.DataSource.BaseDataSource Removed Sandbox.UI.DataSource.BindMethod Removed Sandbox.UI.DataSource.Property Removed Assert.True( bool ) in favor of Assert.True( bool, string=null ) Removed Assert.False( bool ) in favor of Assert.False( bool, string=null ) Removed Vector3.LerpTo( Vector3, float ) in favor of Vector3.LerpTo( Vector3, float, bool = true ) Removed Vector3.LerpTo( Vector3, Vector3 ) in favor of Vector3.LerpTo( Vector3, Vector3, bool = true ) Removed Sandbox.DecalSystem Nothing should be named "dynamic.*" anymore protocol++ Recompiled materials Trim slashes from shader path before compiling Update shaders.def Don't skip program when checking if shader is up to date if we failed to load the compiled version (it might not exist) memset shader header so we dont run into these issues that are caused by uninitialized memory Remove subview stuff from vr.cpp, not neded in our case Remove FSR, wasn't doing much and was causing issues with VR stencil, fix vr stencil debug Granular foveated rendering, still needs cleanup Remove old deprecated depth of field, cleanup checkerboard reconstruction Add convars for vr_foveated_rendering Get center lens position from HMD, pass foveation parameters to GPU Cleanup and update shader files Readd FSR for now, wouldn't be able to properly remove it until we have a good replacement, but don't bother with it if we're in VR Remove unused convars Tweak autofidelity, remove autofidelity for multigpu, add autofidelity for mobile while at it, fix typo Tie vr_foveated_rendering to autofidelity, optimize shaders a bit Fix rebase changes for shader assets Merge pull request #652 from Facepunch/vr-foveated-rendering VR Foveated Rendering Merge remote-tracking branch 'origin/master' into hotload-fixes
1 Year Ago
Apparently MakeArrayType( 1 ) != MakeArrayType() We can skip cached lambda instances now They'll still get upgraded if they're referenced in a non-cache field somewhere
1 Year Ago
header cleanup
1 Year Ago
CTextureManagerBase::AllocateResource race condition fix - set the ResourceHandle->Data mapping as soon as SetFinalResourceData is called > When loading / reloading textures, the handle can be null instead of the new texture when the async work starts, causing the load to make crazy things happen CUtlIdGenerator Actual headers for texture residency info
1 Year Ago
GameController becomes GameManager
1 Year Ago
Remove subview stuff from vr.cpp, not neded in our case Remove FSR, wasn't doing much and was causing issues with VR stencil, fix vr stencil debug Granular foveated rendering, still needs cleanup Remove old deprecated depth of field, cleanup checkerboard reconstruction Add convars for vr_foveated_rendering Get center lens position from HMD, pass foveation parameters to GPU Cleanup and update shader files Readd FSR for now, wouldn't be able to properly remove it until we have a good replacement, but don't bother with it if we're in VR Remove unused convars Tweak autofidelity, remove autofidelity for multigpu, add autofidelity for mobile while at it, fix typo Tie vr_foveated_rendering to autofidelity, optimize shaders a bit Fix rebase changes for shader assets Merge pull request #652 from Facepunch/vr-foveated-rendering VR Foveated Rendering
1 Year Ago
Remove subview stuff from vr.cpp, not neded in our case Remove FSR, wasn't doing much and was causing issues with VR stencil, fix vr stencil debug Granular foveated rendering, still needs cleanup Remove old deprecated depth of field, cleanup checkerboard reconstruction Add convars for vr_foveated_rendering Get center lens position from HMD, pass foveation parameters to GPU Cleanup and update shader files Readd FSR for now, wouldn't be able to properly remove it until we have a good replacement, but don't bother with it if we're in VR Remove unused convars Tweak autofidelity, remove autofidelity for multigpu, add autofidelity for mobile while at it, fix typo Tie vr_foveated_rendering to autofidelity, optimize shaders a bit Fix rebase changes for shader assets