mrm8488 commited on
Commit
2564a9c
1 Parent(s): 2013a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ saludo("hello").
14
  objeto("world").
15
 
16
  % Define una regla que combina el saludo y el objeto para producir la salida "Hola mundo"
17
- hola_mundo :- saludo(Saludo), objeto(Objeto), write(Saludo), write(" "), write(Objeto).'
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
  objeto("world").
15
 
16
  % Define una regla que combina el saludo y el objeto para producir la salida "Hola mundo"
17
+ hola_mundo :-'
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You