Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93264354
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 27, 11:16
Size
152 B
Mime Type
text/x-c
Expires
Fri, Nov 29, 11:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22606196
Attached To
R7581 SP4E Homework
main.cpp
View Options
#include <pybind11/pybind11.h>
namespace
py
=
pybind11
;
PYBIND11_MODULE
(
test_cmake_build
,
m
)
{
m
.
def
(
"add"
,
[](
int
i
,
int
j
)
{
return
i
+
j
;
});
}
Event Timeline
Log In to Comment