Created
August 10, 2021 16:52
-
-
Save prednaz/2a7184ce0e47f7ea8d9e0f770d683a12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main = | |
if condition | |
then 69 | |
else alternative; | |
condition = false; | |
alternative = 42;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment