This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2022-2-WS_group_project_paper-bin
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Den Aufruf des Levels im zweiten Case eingeführt
main
fdai7037
2 years ago
parent
90ead7f86a
commit
5bc75db786
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
src/Paper-Bin.c
3
src/Paper-Bin.c
View File
@ -143,6 +143,9 @@ int main()
return
0
;
return
0
;
}
}
loadLevel
(
lvlnumber
)
;
break
;
}
}
for
(
int
i
=
0
;
i
<
23
;
i
+
+
)
for
(
int
i
=
0
;
i
<
23
;
i
+
+
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2022-2-WS_group_project_paper-bin
Title
Body
Create Issue