1
0
Fork 0

true(1): ported to Rust

This commit is contained in:
Emma Tebibyte 2023-12-25 18:59:46 -07:00
parent 8a8558442e
commit a675386fe3
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/*
* Copyright (c) 2023 DTB <trinity@trinity.moe>
* Copyright (c) 2023 Emma Tebibyte <emma@tebibyte.media>
* SPDX-License-Identifier: CC0
*
@ -6,4 +7,5 @@
* <http://creativecommons.org/publicdomain/zero/1.0>.
*/
int main() {}
fn main() { }