use std::include_str; fn main() { println!("{}", include_str!("graph.svg")); }