!7 p { Set set = litciset("hello", "WORLD"); printStruct(set); assertTrue(set.contains("hello")); assertTrue(set.contains("world")); assertFalse(set.contains("hellĂ–")); assertTrue(set.contains("WORLd")); print("OK"); }