draw triangle

This commit is contained in:
dylan
2023-04-28 20:01:48 -07:00
parent 3e7bf2dd80
commit d7c2d5adb9
7 changed files with 261 additions and 1 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"deno.enable": true,
"deno.unstable": true
}