This commit is contained in:
2023-03-10 16:17:41 -05:00
parent 0f3695f31e
commit 6dc529ee13

2
bike.c
View File

@@ -7,4 +7,4 @@
*/ */
#include <stdio.h> #include <stdio.h>
main() { printf("bike\n"); } main() { puts("bike"); }