Closed avelino closed 6 years ago
source:
(package "main" (def factorial (n) (if (== n 0) 1 (* n (factorial (- n 1))))) (factorial 10))
github.com/trumae/valente/action generate jquery output invalid:
github.com/trumae/valente/action
$('#input').html('(package "main" (def factorial (n) (if (== n 0) 1 (* n (factorial (- n 1))))) (factorial 10))');
Closed with https://github.com/rumlang/playground/commit/f9b7e67ab580518d6e2338738f5a0e59faee3faf
source:
github.com/trumae/valente/action
generate jquery output invalid: