]> zdv2.bktei.com Git - BK-2023-05.git/blob - src/test.c
20f3c5d301db117a62746371177a0a12b9345697
[BK-2023-05.git] / src / test.c
1 /* Desc: For Loops
2 * Usage: ./test
3 * Ref/Attrib: [0] C programming tutorial for beginners https://youtu.be/KJgsSFOSQv0?t=10212
4 * [1] https://youtu.be/ix5jPkxsr7M?t=3072
5 * [2] C: Multiple scanf's, when I enter in a value for one scanf it skips the second scanf https://stackoverflow.com/a/9562355
6 */
7
8
9 #include <stdio.h>
10 #include <stdlib.h>
11
12 int main(){
13
14 return 0;
15 };
16
17
18
19
20 /*
21 * Author: Steven Baltakatei Sandoval
22 * License: GPLv3+
23 */