diff --git a/build.rs b/build.rs index 1d41215..4e8f1e5 100644 --- a/build.rs +++ b/build.rs @@ -21,6 +21,6 @@ fn main() { //or - let rust_code = r#"println!("Hello World! from Rust");"#; + let rust_code = r#"println!("Hello World! from Rust")"#; gen_file_str("hello.rs", &rust_code); -} \ No newline at end of file +}