Find all emails in text.
Read a line. Print all email addresses found, one per line, in order.
Test input: ping ada@math.org and grace@navy.mil please
Expected output:
ada@math.org
grace@navy.mil
Sign in to save your code and track progress across devices.