Add start of nixie-server

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-11 13:57:00 +01:00
parent 8005aeccd9
commit 373541c5ef
3 changed files with 13 additions and 1 deletions

3
nixie-server/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}