diff --git a/lista-10/05/.ex-5.pas.swp b/lista-10/05/.ex-5.pas.swp
new file mode 100644
index 0000000000000000000000000000000000000000..ac868b69d98503076959e9ab56f9f5c02ceb76b1
Binary files /dev/null and b/lista-10/05/.ex-5.pas.swp differ
diff --git a/lista-10/05/ex-5.pas b/lista-10/05/ex-5.pas
index 2fadf061adf6b242e26a74ca795529fe36100cb7..f5ed16059c66d09cc80e29699617b548e20b9923 100644
--- a/lista-10/05/ex-5.pas
+++ b/lista-10/05/ex-5.pas
@@ -1,4 +1,4 @@
-program quadrado_magico_2;
+program quadrado_magico_dois;
 const MIN = 1; MAX = 100;
 type vetor_i = array [MIN..MAX] of integer;
 type matriz_i = array [MIN..MAX] of vetor_i;
@@ -119,4 +119,4 @@ begin
         tamsub := tamsub - 1;
     end;
     writeln(quadrados);
-end.
\ No newline at end of file
+end.