We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fc011 commit ef4aaa8Copy full SHA for ef4aaa8
examples/sierpinski/src/index.jsx
@@ -19,7 +19,7 @@ scan({
19
runInProduction: true,
20
});
21
22
-const TARGET = 25;
+const TARGET = 50;
23
24
const TriangleDemo = () => {
25
const [elapsed, setElapsed] = useState(0);
0 commit comments