cideM / aoc2017-rust

Advent of Code 2017 in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017 πŸŽ… πŸŽ„

Quickstart

$ fd . --no-hidden --no-ignore | entr -c -s 'cargo run --bin d1 < src/bin/d1/in.txt'

Progress (2/25)

Rust
1 πŸ””
2 πŸ””
3 πŸ’€
4 πŸ’€
5 πŸ’€
6 πŸ’€
7 πŸ’€
8 πŸ’€
9 πŸ’€
10 πŸ’€
11 πŸ’€
12 πŸ’€
13 πŸ’€
14 πŸ’€
15 πŸ’€
16 πŸ’€
17 πŸ’€
18 πŸ’€
19 πŸ’€
20 πŸ’€
21 πŸ’€
22 πŸ’€
23 πŸ’€
24 πŸ’€
25 πŸ’€

Make Reddit Code Snippet

For longer code snippets, use https://topaz.github.io/paste/. If it's short enough, do this:

$ cat code | sed 's/^/    /' | xsel -b
$ cat code | sed 's/^/    /' | pbcopy

Reddit Comment Template

[LANGUAGE: rust]

# [Lua]()

60 lines of code according to `tokei` when formatted with `stylua`.

- [GitHub Repository](https://github.com/cideM/aoc2017-rust)
- [Topaz Paste]()

Disable Copilot

Add set exrc to your Neovim configuration, then echo 'let g:copilot_enabled=v:false' > .nvimrc, open the file and :trust it.

About

Advent of Code 2017 in Rust


Languages

Language:Rust 95.3%Language:Nix 4.7%