https://github.com/davidbates/adventofcode1-1
My sketchup solution for day one challenge one of the advent of code challenge:
https://github.com/davidbates/adventofcode1-1
Last synced: 12 months ago
JSON representation
My sketchup solution for day one challenge one of the advent of code challenge:
- Host: GitHub
- URL: https://github.com/davidbates/adventofcode1-1
- Owner: DavidBates
- Created: 2016-12-01T22:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T22:23:15.000Z (over 9 years ago)
- Last Synced: 2025-05-22T22:19:51.164Z (about 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Advent of Code Day 1 Solution 1:
This is my solution using sketchup for the day 1 part one challenge on http://adventofcode.com/2016
To use this sample code:
1. Launch Sketchup
2. Open Ruby Console (Window -> Ruby Console)
3. Paste in the code found in day1_1.rb
4. Run `print_city(your_array)`
5. The last set of numbers output are the coords to the last position!