Explorar el Código

Print empty line between the two examples

Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
53d3c41d97
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"));