Skip to content
Snippets Groups Projects
Commit bcc98b99 authored by mawe218d's avatar mawe218d
Browse files

Update Uebung/WiSe 2022-2023/Sudoku_Beispiel_zum_testen.txt

parent c2d17012
No related branches found
No related tags found
No related merge requests found
integer, dimension(9,9) :: C, I
integer, dimension(9,9) :: C
C = reshape([&
& 5,3,4,6,7,8,9,1,2, &
& 6,7,2,1,9,5,3,4,8, &
......@@ -9,4 +9,4 @@ integer, dimension(9,9) :: C, I
& 9,6,1,5,3,7,2,8,4, &
& 2,8,7,4,1,9,6,3,5, &
& 3,4,5,2,8,6,1,7,9 &
&], [9,9], order=[2,1])
\ No newline at end of file
&], [9,9], order=[2,1])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment