From 50098f5fea8cbe52b259a989d3de705881272139 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Tue, 23 Aug 2022 00:23:08 +0200 Subject: [PATCH] Added source notice --- snippets/pyodide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/pyodide.js b/snippets/pyodide.js index f7047c1..8f92685 100644 --- a/snippets/pyodide.js +++ b/snippets/pyodide.js @@ -8,4 +8,4 @@ async function main() { } main(); -// https://pyodide.org/en/stable/usage/quickstart.html \ No newline at end of file +// Source: https://pyodide.org/en/stable/usage/quickstart.html \ No newline at end of file