We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a559 commit 31e427dCopy full SHA for 31e427d
.gitignore
@@ -30,7 +30,7 @@ Win64/
30
120_simple_properties_example/simple_properties_example
31
125_properties_setter_limits/properties_setter_limits
32
130_array_properties/array_properties
33
-135_modules_include_files/array_properties
+135_modules_include_files/modules_include_files
34
205_DELIBERATELY_INCORRECT_freeing_memory_garbage/memory_garbage_free
35
225_raise_in_constructor/raise_in_constructor
36
270_class_refs/class_refs
135_modules_include_files/modules_include_files.dpr
@@ -1,4 +1,4 @@
1
-program array_properties;
+program modules_include_files;
2
3
{$ifdef MSWINDOWS} {$apptype CONSOLE} {$endif}
4
0 commit comments