Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exercises
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
advanced_computer_architecture
exercises
Commits
3574df1f
Commit
3574df1f
authored
May 27, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove variable 2 from branches2.c
parent
1d872b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
branches2.c
aufgaben/blatt03/branches/branches2.c
+1
-2
No files found.
aufgaben/blatt03/branches/branches2.c
View file @
3574df1f
int
i
,
j
,
k
,
l
=
0
;
int
i
,
k
,
l
=
0
;
int
main
()
{
do
{
j
=
0
;
if
(
i
%
2
==
0
)
{
// is even
k
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment