Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Add IntCode solution#634

Merged
NullDev merged 1 commit intoNullDev:masterfrom
asottile:intcode
Oct 10, 2020
Merged

Add IntCode solution#634
NullDev merged 1 commit intoNullDev:masterfrom
asottile:intcode

Conversation

@asottile
Copy link
Contributor

this was a very fun nerdsnipe

I worked on this on my twitch stream https://twitch.tv/anthonywritescode originally suggested by chat

IntCode is an eso-lang which was invented during advent of code 2019 -- it is essentially a low-level assembly

check out the README for how I wrote this

this was a very fun nerdsnipe

I worked on this on my twitch stream https://twitch.tv/anthonywritescode originally suggested by chat

IntCode is an eso-lang which was invented during advent of code 2019 -- it is essentially a low-level assembly

check out the README for how I wrote this
@asottile
Copy link
Contributor Author

note that true IntCode does not have comments so I opted for a README file and specialized filenames -- let me know if you'd like me to adjust them!

@NullDev
Copy link
Owner

NullDev commented Oct 10, 2020

Damn that's awesome! Thank you :D
Mind if I reference this under the top solutions in the ReadMe?

@NullDev NullDev merged commit 88b87fd into NullDev:master Oct 10, 2020
@asottile
Copy link
Contributor Author

@nldev sure! go for it

@asottile asottile deleted the intcode branch October 10, 2020 23:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants