Skip to content

Commit

Permalink
Change output
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduZoysa committed Jun 16, 2023
1 parent 0077fc5 commit 18418b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/aggregation/aggregation.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ bal run aggregation.bal
[["itemA","itemA","itemB"],["itemB"]]
[{"itemName":"itemA","quantity":3},{"itemName":"itemB","quantity":6}]
[["A","A","B"],["B"]]
[{"itemName":"A","quantity":3},{"itemName":"B","quantity":6}]
196.2

0 comments on commit 18418b2

Please sign in to comment.