Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public class a
  2. {
  3. Dictionary<string, string> myDict =
  4. new Dictionary<string, string>();
  5.  
  6. myDict.Add("1", "C");
  7. myDict.Add("2", "C++");
  8. myDict.Add("3", "Java");
  9. myDict.Add("4", "Python");
  10. myDict.Add("5", "C#");
  11. myDict.Add("6", "HTML");
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement