add svg file

This commit is contained in:
2020-05-24 09:21:24 +08:00
parent d0ce80d3c3
commit 7fff5d2a02
4 changed files with 656 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
use std::include_str;
fn main() {
println!("Hello, world!");
println!("{}", include_str!("graph.svg"));
}