Just a test of JJ on Tangled
at pull-test 5 lines 88 B view raw
1fn main() { 2 for i in 0..10 { 3 println!("Hello, Tangled... and JJ!"); 4 } 5}