Skip to content
Snippets Groups Projects
Commit 6dc0d6da authored by marilop's avatar marilop
Browse files

Update main.rs

parent 213ce4a5
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ fn add_child(element: u64, child: u64, matriz: &mut AdyacenceMatrix){
fn render_graph(graph: Vec<BasicBlock>, block_options: String) {
println!("digrap demo_program {{");
println!("digraph demo_program {{");
println!(" {}",block_options);
let mut i=0;
let len=graph.len();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment