mirror of
https://github.com/Alvin-Zilverstand/sloppatron.git
synced 2026-03-06 13:26:29 +01:00
add folders
This commit is contained in:
BIN
languages/javascript/.test.js.un~
Normal file
BIN
languages/javascript/.test.js.un~
Normal file
Binary file not shown.
1
languages/javascript/test.js
Normal file
1
languages/javascript/test.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
init
|
||||||
BIN
languages/python/.test.py.un~
Normal file
BIN
languages/python/.test.py.un~
Normal file
Binary file not shown.
1
languages/python/test.py
Normal file
1
languages/python/test.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
init
|
||||||
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