This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add main.rs

fun little `main.rs`

authored by

smitp.cc and committed by
Tangled
(Jul 14, 2026, 1:13 AM +0300) a2294f52 b8cbe4d9

+15
+12
git-patch-1327079582.patch
··· 1 + diff --git a/main.rs b/main.rs 2 + new file mode 100644 3 + index 0000000..e7df63a 4 + --- /dev/null 5 + +++ b/main.rs 6 + @@ -0,0 +1,3 @@ 7 + +fn main() { 8 + + println!("Hello, tangled!"); 9 + +} 10 + 11 + 12 +
+3
main.rs
··· 1 + fn main() { 2 + println!("Hello, tangled!"); 3 + }