Add the digits

This text file has a bunch of numbers and the goal of this challenge is to sum all the digits of all the numbers to come up with the final result. Here is an example:

1943
223
42

1 + 9 + 4 + 3 + 2 + 2 + 3 + 4 + 2 = 30

Sum the digits!