This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
XCAppCollection
/
XCVMKit-OS
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
0f5ff1aa6f
Ramas
Etiquetas
master
manual/1.0.0-b2
XCVMKit-OS
/
support
/
testing
/
tests
/
package
/
sample_python_pybind.py
sample_python_pybind.py
83 B
Histórico
Raw
1
2
3
4
#!/usr/bin/env python3
import example
print(example.add(1, 2))
print(example.says)