diff --git a/ex1/T4 b/ex1/T4
new file mode 100644
index 0000000000000000000000000000000000000000..d6fa670666f5e2f8927b5011e82bfbebd7381183
--- /dev/null
+++ b/ex1/T4
@@ -0,0 +1,3 @@
+Compiling translates C code into object code without including the code of functions and variables from external libraries (such as stdio or stdlib) and files.
+
+Linking will take all the previously created object code files and combine them together, along with the code of functions and variables from external libraries, resulting in a working executable file.
\ No newline at end of file