Created
August 15, 2021 11:56
-
-
Save prednaz/b8f8f537ea843e32f97feef9cc7cd2ac 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 = let v1 = 0; v2 = v1; v3 = v2 in v3; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment