Skip to content

Commit

Permalink
Rename demo
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jul 18, 2024
1 parent 41464bd commit 73b18c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.ml → demo/demo.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Quickjs
module Regex = Quickjs.RegExp

let print_output (output : string array) =
let len = Array.length output in
Expand Down
2 changes: 1 addition & 1 deletion demo/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(executable
(name index)
(name demo)
(enabled_if
(= %{profile} "demo"))
(libraries quickjs))

0 comments on commit 73b18c5

Please sign in to comment.