changes
All checks were successful
Build Quartz Notes / build (push) Successful in 30s

This commit is contained in:
2026-06-02 12:53:00 +01:00
parent 4c4d62b355
commit cfa8867ca1
45 changed files with 6172 additions and 30 deletions

View File

@@ -0,0 +1 @@
A Dynamic Link Library (DLL) is a type of file that contains code and data that can be used by multiple programs simultaneously. It allows developers to modularise their applications, enabling code reuse and efficient memory usage. DLLs are commonly used in Windows operating systems, but they can also be found in other platforms.