Skip to content

Diff of InterpreterGraph

Changes between revision 0 - and revision 1 - initial
--- InterpreterGraph
+++ InterpreterGraph
@@ -1,1 +1,13 @@
+= [Interpreter]Graph
+간단한 방향 그래프를 그립니다.
+각 줄에 `a->b` 형태의 간선을 적고, `a->b->c`처럼 연속 간선도 쓸 수 있습니다.
 
+[[[#!WikiSyntaxPreview Graph
+a
+b->c
+d->e->f->d
+g->h->i->j->g
+k->l->m->n->o->k
+p->q->r->s->t->u->p
+z->b->d->g->k->p
+]]]