Create project

This commit is contained in:
Joscha 2024-03-02 23:02:32 +01:00
commit 44294830af
8 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,3 @@
fn main() {
showbits_common::greet("world");
}