Skip to content

Commit 67b70cc

Browse files
committed
2 parents 6ddd367 + 8d2b0c0 commit 67b70cc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <iostream>
2+
#include <matplot/matplot.h>
3+
4+
int main() {
5+
std::cout << "Hello";
6+
}

matplotplusplus

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 734e4876611ae6ed216da47a7eb5c4b8e39785ce

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ int add(int i, int j) {
77
return i + j;
88
}
99

10+
int testing(){
11+
return 880;
12+
}
13+
1014
namespace py = pybind11;
1115

1216
PYBIND11_MODULE(_core, m) {

0 commit comments

Comments
 (0)