Created
May 2, 2018 18:11
-
-
Save laginha87/358a142d515529856233e0e0d05e794c to your computer and use it in GitHub Desktop.
array_and_hash_1.cr
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
# Declaring empty Int array and hashes | |
array = [] of Int32 | |
hash = {} of String => Int32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment