initial commit
commit
0f3695f31e
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
|
||||
* SPDX-License-Identifier: CC0
|
||||
*
|
||||
* Bike is marked with CC0 1.0. To view a copy of this license, visit
|
||||
* <http://creativecommons.org/publicdomain/zero/1.0>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
main() { printf("bike\n"); }
|
Loading…
Reference in New Issue