Skip to content

Commit a9a5ac2

Browse files
committed
add test
1 parent addad85 commit a9a5ac2

File tree

3 files changed

+3095
-0
lines changed

3 files changed

+3095
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<script>
2+
export let boxes;
3+
</script>
4+
5+
{#each boxes as box}
6+
{
7+
@const
8+
area
9+
=
10+
box.width
11+
*
12+
box.height
13+
}
14+
{box.width} * {box.height} = {area}
15+
{/each}

0 commit comments

Comments
 (0)