Skip to content

Commit 9f561f0

Browse files
authored
Update simpleloop.c
1 parent a61abf3 commit 9f561f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎First year C programs/simpleloop.c‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*code by Jyotiraditya Singh.*/
2-
/*Linkedin: https://www.linkedin.com/in/jyotir-aditya-028925249*/
1+
// Author: jyotir07 @github
32
#include<stdio.h>
43
int main()
54
{
@@ -15,4 +14,4 @@ for(i=1; 7; ){
1514
printf("%d * %d = %d\n", n1, i, n1*i);
1615
}
1716
return 0;
18-
}
17+
}

0 commit comments

Comments
 (0)