Rust-Programming-Cookbook/Chapter08/python-rust-library/test.py

8 wiersze
90 B
Python
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
# -*- coding: utf8 -*-
import example
# Running the Rust module
print(example.fibo(4))