Skip to content
Snippets Groups Projects

capeta.dot

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Vytor Calixto
    Edited
    capeta.dot 266 B
    strict graph "capeta" {
    	a -- b
    	b -- c
    	c -- d
    	d -- a
    	a -- c
    
    	b -- e
    	
    	#ESSA AQUI FAZ SER NÃO CORDAL:
    	#c -- h
    
    	e -- f
    	f -- g
    	g -- h
    	h -- e
    	e -- g
    
    	g -- i
    
    	i -- j
    	j -- k
    	k -- l
    	l -- i
    	i -- k
    
    	l -- m
    	m -- n
    	n -- o
    	o -- p
    	p -- l
    	n -- l
    	n -- p
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment