Skip to content

Commit 8d07e76

Browse files
authored
Plain lambda
1 parent 37591f6 commit 8d07e76

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cpp2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#include <iostream>
22
#include <vector>
33

4-
int increment(int n) {
5-
return n + 1;
6-
}
74

85
void print(const std::vector<int>& arr){
96
for(const int n : arr)

0 commit comments

Comments
 (0)