Skip to content

Instantly share code, notes, and snippets.

@Risto-Stevcev
Created April 7, 2023 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Risto-Stevcev/acc3021bbdc05c3859c526daf175130e to your computer and use it in GitHub Desktop.
Save Risto-Stevcev/acc3021bbdc05c3859c526daf175130e to your computer and use it in GitHub Desktop.
Amount of coffee for french press
:- use_module(library(clpq)).
%% Amount of coffee to use for french press
coffee(CoffeeGrams, WaterOz) :-
{25 / 6 =:= CoffeeGrams / WaterOz}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment