Skip to content

Commit 5fefa13

Browse files
authored
Merge branch 'develop' into git-stash-pop
2 parents 7559db3 + b327ac6 commit 5fefa13

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

data/cpp.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,17 @@
192192
"code": "ostream_iterator<T> out(os);"
193193
}
194194
]
195-
},{
195+
},
196+
{
197+
"title": "অ্যারে ফাংশন",
198+
"items": [
199+
{
200+
"definition": "সর্ট নাম্বার অ্যারে (ছোট থেকে বড়)",
201+
"code": "sort()"
202+
}
203+
]
204+
}
205+
,{
196206
"title": "গাণিতিক লাইব্রেরি ফাংশন সমূহ",
197207
"items": [
198208
{

0 commit comments

Comments
 (0)