Quick actions

cmd+k|ctrl+k

Navigation

Languages

PWC #235, Task 1

Snippet info

Language

Raku

Visibility

public

Author

seaker

Created

2023-09-19T07:50:49.071046Z

Updated

2023-09-19T07:54:14.60473Z

my @ints = $*IN.words;
put so (^@ints).grep({ [<] @ints[(^@ints).grep(* != $_)] });
INFO