mirror of
https://github.com/Alvin-Zilverstand/sloppatron.git
synced 2026-03-06 11:07:36 +01:00
add folders
This commit is contained in:
6
languages/rust/test_gh/Cargo.toml
Normal file
6
languages/rust/test_gh/Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "test_gh"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
3
languages/rust/test_gh/src/main.rs
Normal file
3
languages/rust/test_gh/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user