I have a tutorial question (not homework) that asks to prove that there exist no integer solution for $$x^5 - 3y^5 = 2008$$
I originally thought I would solve it by taking all cases $\bmod 10$, but realised that would be a massive workload, and also realised it fell through instantly as $x = 1 \bmod 1, y = 1 \bmod 1$, gave $x^5 - 3y^5 = 8 \bmod 10$ instantly. I only thought that method might work because we were doing mod proofs directly prior to the question.
I have absolutely no idea how to solve this problem without using computation, any tips or methods?