Files
exercises/w4_1_recursion/Turtle/index.html
Andrea Bianchi a5b0cc7b8f week 4 recursion
2026-03-20 16:39:59 +09:00

14 lines
219 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.2/p5.min.js"></script>
<meta charset="utf-8" />
</head>
<script defer src="sketch.js"></script>
<body></body>
</html>