added readme with base semantic concepts

This commit is contained in:
mb 2022-08-25 13:01:04 +03:00
commit e27c3e624e
4 changed files with 188 additions and 0 deletions

3
src/main.rs Normal file
View file

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