6 lines
209 B
Markdown
6 lines
209 B
Markdown
|
A simple example to show how to call a function written in v from python
|
||
|
|
||
|
Step 1: Compile the v code to a shared library using ``v -shared -prod test.v``
|
||
|
|
||
|
Step 2: Run the python file using ``python3 test.py``
|