]> zdv2.bktei.com Git - BK-2023-05.git/blob - src/test3.c
feat(src/tm-notes):Convert notes.tm into a book. Add exercise notes.
[BK-2023-05.git] / src / test3.c
1 /* Desc: Hello world.
2 * Usage: test3
3 * Ref/Attrib: [1] https://youtu.be/ix5jPkxsr7M?t=3072
4 */
5
6 #include <stdio.h>
7 int main(void)
8 {
9 printf("Hello, world.\n");
10 }
11
12 /*
13 * Author: Steven Baltakatei Sandoval
14 * License: GPLv3+
15 */