]> zdv2.bktei.com Git - BK-2023-05.git/blobdiff - src/test.c
chore(src/):Add more tutorial source code
[BK-2023-05.git] / src / test.c
index 15ff954039a1e139439ee502ec01fb62ec563c31..20f3c5d301db117a62746371177a0a12b9345697 100644 (file)
@@ -1,6 +1,6 @@
-/* Desc: Return example
+/* Desc: For Loops
  * Usage: ./test
- * Ref/Attrib: [0] C programming tutorial for beginners https://youtu.be/KJgsSFOSQv0?t=6338
+ * Ref/Attrib: [0] C programming tutorial for beginners https://youtu.be/KJgsSFOSQv0?t=10212
  *             [1] https://youtu.be/ix5jPkxsr7M?t=3072
  *             [2] C: Multiple scanf's, when I enter in a value for one scanf it skips the second scanf https://stackoverflow.com/a/9562355
  */
@@ -9,13 +9,14 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-int main()
-{
+int main(){
   
   return 0;
 };
 
 
+
+
 /*
  * Author: Steven Baltakatei Sandoval
  * License: GPLv3+