This commit is contained in:
sam 2024-01-15 16:39:31 +01:00
commit 00eca2801f
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
18 changed files with 2837 additions and 0 deletions

3
chat/src/main.rs Normal file
View file

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