1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Initial commit

This commit is contained in:
2020-05-20 17:46:05 +02:00
commit 6b4db62228
9 changed files with 53 additions and 0 deletions

3
src/main.rs Normal file
View File

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