about summary refs log tree commit diff stats
path: root/main.scm
blob: c3e4554f3a93c294d3526df6e42d23eaf36dc6f8 (plain)
1
2
3
4
5
6
7
8
(import wikme
        (chicken process-context))

(define (main args)
  (display (wikify-links "Hi from [[wikme]]!"))
  (newline))

(main (command-line-arguments))