Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 201 Bytes

learn-rust

main
- fn name(<args>) {<body>}
- macro is with !
- mutable - mut -> value can be changed, else it cannot be changed
- string formatting
- error handling in rust