From b222ba2486a5e6278d3bfaa84626f180ddace82f Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 09:14:47 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index a54d053..4c177ab 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2131,10 +2131,9 @@ ; user=> (dividir 1 2.0) ; 0.5 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; TODO -;(defn dividir -; -;) +(defn dividir [arg1 arg2] + 4 +) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; COMPATIBLES?: Recibe dos elementos. Si el primero es un tipo de dato de Rust y el segundo es un valor de Clojure