We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bdc23 commit b07de62Copy full SHA for b07de62
three_int_sum.md
@@ -1,3 +1,4 @@
1
+https://www.youtube.com/watch?v=lkW5PlJnEo4&list=PLY_qIufNHc293YnIjVeEwNDuqGo8y2Emx&index=17
2
```C
3
#include <stdio.h>
4
int main(){
@@ -14,4 +15,4 @@ int main(){
14
15
printf("The sum of these three integers is %d.",n1+n2+n3);
16
return 0;
17
}
-```
18
+```
0 commit comments