Selaa lähdekoodia

Print empty line between the two examples

Lucas Stadler 10 vuotta sitten
vanhempi
commit
53d3c41d97
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      rust/coffi/src/main.rs

+ 1 - 0
rust/coffi/src/main.rs

@ -55,6 +55,7 @@ extern {
55 55
fn main() {
56 56
    let x = unsafe { cos(3.1415) };
57 57
    println!("cos(3.1415) = {}", x);
58
    println!("");
58 59
59 60
    let mut img = png_image::new();
60 61
    let file_name = std::env::args().nth(1).unwrap_or(String::from("mei.png"));