Skip to content

Commit

Permalink
Anonymize starter notebook example
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Mar 4, 2022
1 parent 3674f22 commit 1bd3c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samples/starter.percival
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ name(full_name: `first + " " + last`, sqrt_age) :-
person(first, last, age),
sqrt_age = `Math.sqrt(age)`.

person(first: "Eric", last: "Zhang", age: 20).
person(first: "Alice", last: "Carol", age: 20).
person(first: "Foo", last: "Bar", age: 45).
person(first: "Baz", last: "Lam", age: 12).

Expand Down

0 comments on commit 1bd3c8a

Please sign in to comment.