first commit

This commit is contained in:
Ashborn 2025-12-16 22:10:06 +05:45
commit a66604eb6c
52 changed files with 790 additions and 0 deletions

3
erro-handling/README.md Normal file
View file

@ -0,0 +1,3 @@
# for quick prototyping:
- let file = File::open("hello.txt").unwrap(); //panics
- let file = File::open("hello.txt").expect("Failed to open") // custom error