index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
meow.c
3
1 files changed, 1 insertions, 2 deletions
diff --git a/meow.c b/meow.c
index c10f01f..b4f5851 100644
--- a/
meow.c
+++ b/
meow.c
@@ -3,9 +3,8 @@
int main(void)
{
- int x = 3;
int i = 0;
- while (i < x)
+ while (i < 3)
{
printf("meow\n");
i++;