Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 150 Bytes

File metadata and controls

5 lines (3 loc) · 150 Bytes

python_in_cpp

Crrate output with

g++ -o program main.cpp -lm -std=c++11 -O3 -I /usr/include/python3.10/ -L /usr/lib/x86_64-linux-gnu/ -lpython3.10