We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7ff29 commit a9333c2Copy full SHA for a9333c2
1 file changed
srcastro/content/challengeDescription.md
@@ -15,3 +15,5 @@ Define a function `multiply(a: int, b: int) -> int` that returns the product of
15
- `multiply(3, 0)` should return `0`
16
17
When you run your code, it will run in your browser!
18
+
19
+You can view the challenge source code on [GitHub](https://github.com/jacklowrie/pyscript-coding-challenge).
0 commit comments