Pārlūkot izejas kodu

Print empty line between the two examples

Lucas Stadler 10 gadi atpakaļ
vecāks
revīzija
53d3c41d97
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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"));