This commit is contained in:
2026-04-18 17:30:11 +07:00
parent 5b936de979
commit 21dcbf3ef2
6 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1 @@
target/

View 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"

View File

@@ -0,0 +1,6 @@
[package]
name = "rust_version"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

@@ -0,0 +1,38 @@
fn tempconvert(temp :Float) {
}
fn main() {
println!("Hello, world!");
}