update
This commit is contained in:
1
temperature_converter/rust_version/.gitignore
vendored
Normal file
1
temperature_converter/rust_version/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
target/
|
||||
7
temperature_converter/rust_version/Cargo.lock
generated
Normal file
7
temperature_converter/rust_version/Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "rust_version"
|
||||
version = "0.1.0"
|
||||
6
temperature_converter/rust_version/Cargo.toml
Normal file
6
temperature_converter/rust_version/Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "rust_version"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
38
temperature_converter/rust_version/src/main.rs
Normal file
38
temperature_converter/rust_version/src/main.rs
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
fn tempconvert(temp :Float) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user