File tree 1 file changed +3
-21
lines changed
1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ int main(int argc, char *argv[])
77
77
{
78
78
if (method1 || default_mode )
79
79
{
80
- printf ("Méthode 1 :\n\n" );
80
+ printf ("Method 1 : simple list \n\n" );
81
81
printf ("Start loading file using method 1\n" );
82
82
clock_t function_time ;
83
83
function_time = clock ();
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
96
96
97
97
if (method2 || default_mode )
98
98
{
99
- printf ("\nMéthode 2 :\n\n" );
99
+ printf ("\nMethod 2 : optimized list with index \n\n" );
100
100
printf ("Start loading file using method 2\n" );
101
101
clock_t function_time2 ;
102
102
function_time2 = clock ();
@@ -115,22 +115,4 @@ int main(int argc, char *argv[])
115
115
}
116
116
117
117
return 0 ;
118
- }
119
-
120
- // /**
121
- // * @mainpage My Personal Index Page
122
- // *
123
- // * @section intro_sec Introduction
124
- // *
125
- // * This is the introduction for my C-lang project.
126
- // * Here is a table of content of the documentation : @tableofcontents
127
- // *
128
- // * @section install_sec Installation
129
- // *
130
- // * This is a section about how to install the project.
131
- // *
132
- // * @subsection step1 Step 1: Downloading the code.
133
- // *
134
- // * blabla...
135
- // *
136
- // */
118
+ }
You can’t perform that action at this time.
0 commit comments