Filter using ParDo

Kata: Implement a filter function that filters out the even numbers by using DoFn.


Use ParDo with DoFn and only output the intended element.