]> zdv2.bktei.com Git - BK-2023-05.git/blob - test2.c
init(.):Add README and first practice code.
[BK-2023-05.git] / test2.c
1 #include <stdio.h>
2
3 int main()
4 {
5 puts("Electric pair mode is pretty cool.");
6 return 0;
7 }