Adding Julia and C++ examples

This commit is contained in:
timmonfette1
2018-02-24 17:30:21 -05:00
parent f12fbd3e42
commit 30999d4c78
9 changed files with 86 additions and 0 deletions

8
cpp-to-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "cpp-to-rust"
version = "0.1.0"
authors = ["timmonfette1 <monfette.timothy@gmail.com>"]
[lib]
name = "double_input"
crate-type = ["dylib"]