Skip to content

Commit 0ad1aa9

Browse files
committed
updated header-template
1 parent 87d86f6 commit 0ad1aa9

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

data_structures-I/docs/header-template.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ using namespace std;
1313

1414
//*****************************************************************************************************
1515

16-
int main()
17-
{
18-
19-
16+
int main() {
17+
18+
return 0;
2019
}
2120

2221
//*****************************************************************************************************
2322
/*
2423
25-
// attach your sample output here.
24+
// attach sample output here.
2625
2726
*/

data_structures-II/docs/header-template.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ using namespace std;
1313

1414
//*****************************************************************************************************
1515

16-
int main()
17-
{
18-
19-
16+
int main() {
17+
18+
return 0;
2019
}
2120

2221
//*****************************************************************************************************
2322
/*
2423
25-
// attach your sample output here.
24+
// attach sample output here.
2625
2726
*/

programming-I/docs/header-template.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ using namespace std;
1313

1414
//*****************************************************************************************************
1515

16-
int main()
17-
{
18-
19-
16+
int main() {
17+
18+
return 0;
2019
}
2120

2221
//*****************************************************************************************************
2322
/*
2423
25-
// attach your sample output here.
24+
// attach sample output here.
2625
2726
*/

programming-II/docs/header-template.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ using namespace std;
1313

1414
//*****************************************************************************************************
1515

16-
int main()
17-
{
18-
19-
16+
int main() {
17+
18+
return 0;
2019
}
2120

2221
//*****************************************************************************************************
2322
/*
2423
25-
// attach your sample output here.
24+
// attach sample output here.
2625
2726
*/

0 commit comments

Comments
 (0)