This commit is contained in:
Emma Tebibyte 2023-03-10 16:17:41 -05:00
parent 0f3695f31e
commit 6dc529ee13
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 1 additions and 1 deletions

2
bike.c
View File

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