tangled
alpha
login
or
join now
stavola.xyz
/
tangled-jj-test
Just a test of JJ on Tangled
0
fork
atom
overview
issues
pulls
pipelines
Compare changes
Choose any two refs to compare.
base:
second-pull-test
pull-test
main
no tags found
compare:
second-pull-test
pull-test
main
no tags found
go
options
unified
split
Changed files
+3
-1
src
main.rs
+3
-1
src/main.rs
···
1
1
fn main() {
2
2
-
println!("Hello, Tangled... and JJ!");
2
2
+
for i in 0..10 {
3
3
+
println!("Hello, Tangled... and JJ!");
4
4
+
}
3
5
}