diff options
| author | mo khan <mo@mokhan.ca> | 2021-08-01 14:42:18 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-08-01 14:42:18 -0600 |
| commit | 124ce9d56b8ded336f734ede74b1762157d0aef2 (patch) | |
| tree | e0b63f2d2d92fccbef6fc1b973b861234965b375 | |
| parent | f6c404d0b7879c5d88c66d682232940f2749ebbd (diff) | |
docs: move tools to the top
| -rw-r--r-- | README.md | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,4 +1,10 @@ -Tools: +# Tools + +1. Terminal (shell) + * Alacritty (bash) +1. Editor (free) + * vim (BEST EDITOR) (hardest) + * VSCode ```plaintext --------- @@ -83,11 +89,4 @@ base(2) === (0,1) = (0 * 1) + (1 * 2) + (0 * 4) + (0 * 8) = ( 0 ) + ( 2 ) + ( 0 ) + ( 0 ) -= 2 (base 10) == 0x0010 (base2) - - -1. Terminal (shell) - * Alacritty (bash) (free) -1. Editor (free) (hardest) - * vim (BEST EDITOR) (hardest) - * VSCode += 2 (base 10) == 0x0010 (base2)
\ No newline at end of file |
