advent-of-code-wasm
Advanced tools
Comparing version 2022.0.52 to 2022.0.53
@@ -10,3 +10,3 @@ { | ||
"description": "Solutions to Advent of Code written in Rust", | ||
"version": "2022.0.52", | ||
"version": "2022.0.53", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -47,3 +47,3 @@ [![npm](https://img.shields.io/npm/v/advent-of-code-wasm.svg)](https://www.npmjs.com/package/advent-of-code-wasm) | ||
- Deployment URL: https://aoc.fornwall.workers.dev | ||
- Deployment URL: curl -d 14 https://mystifying-blackwell-9e705f.netlify.app | ||
@@ -53,4 +53,4 @@ It implements the API described at [https://aoc.fornwall.net/api/](https://aoc.fornwall.net/api/): | ||
```sh | ||
$ curl -d 14 https://aoc.fornwall.net/solve/2019/1/1 | ||
$ curl -d 14 https://mystifying-blackwell-9e705f.netlify.app/solve/2019/1/1 | ||
2 | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1042637