false(1): rewrite from C to Rust

This commit is contained in:
dtb
2023-12-25 17:05:19 -07:00
parent 47f673ef45
commit 324328d2cc

View File

@@ -1,9 +0,0 @@
/*
* Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
* SPDX-License-Identifier: CC0
*
* This work is marked with CC0 1.0. To view a copy of this license, visit
* <http://creativecommons.org/publicdomain/zero/1.0>.
*/
int main() { return 1; }