Viewing profile — prologito
prologito
HN member- Joined
- Thu, Jun 01, 2023, 7:44 PM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About prologito
No profile information was provided.
Recent public activity
-
comment
Comment #36156354
Given a list of numbers L, use operations +,-,*,/ to obtain a result of Result. Use each number of L exactly one time. Code: j24([X],R,H) :- !, X =:= R,H=X. j24(L,R,H) :- select(X1…