Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Sub Main()
  2. Dim dict As New Dictionary(Of String, Integer)()
  3. dict.Add("Forest", 1)
  4. dict.Add("Plains", 1)
  5. dict.Add("Boar", 2)
  6. dict.Add("Bat", 2)
  7. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement