I’ve tried this.
Let the integers be $a_1, a_2,...,a_n$.
On dividing any number by $n$, we have $n$ possible remainders which are $0,1,2,...n-1$. Let these $n$ remainders be $n$ pigeonholes.
From the $n$ integers available, we can form $2^n - 1$ possible subsets, assuming each subset must contain at least one element. Each subset is assumed to be a pigeon.
$2^n - 1$ is always greater than or equal to $n$, for all values of $n$ greater than or equal to 1. So, the pigeonhole of the remainder 0, must contain at least one element.
That element is divisible by $n$. Now, when it contains more than one element, the sum of such elements will also be divisible by n, since the individual numbers are divisible by n.
I don’t think this is the right approach though. Any corrections and other methods will be appreciated.
Edit: This approach is completely wrong, as is my previous understanding of the pigeonhole principle. Answers and a link to a similar question are in the comments.