diff --git a/src/App.svelte b/src/App.svelte index 7541146..ae6c993 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,4 +1,7 @@ + +
+ {#each matrix as row, i} +
+ {#each row as _, j} + + {/each} +
+ {/each} +
+ + diff --git a/src/MatrixSizeInput.svelte b/src/MatrixSizeInput.svelte new file mode 100644 index 0000000..45ac55a --- /dev/null +++ b/src/MatrixSizeInput.svelte @@ -0,0 +1,16 @@ + + +
+ + x + +
+ +