Best shuffle: Difference between revisions

Content added Content deleted
Line 1,455:
public program()
{
new::( string[]{"abracadabra", "seesaw", "grrrrrr", "pop", "up", "a")}.forEach:(s)
{
var shuffled_s := s.Shuffled;