extreeme woomy
This commit is contained in:
reemo 2024-11-27 09:07:03 -06:00
parent cfc17e4bc9
commit 33820a6f06
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -20,6 +20,7 @@
docs.json
__dummy.html
docs/
out/*
# INTELLIJ
*.iml

View file

@ -1,6 +1,5 @@
import std.stdio;
void main() {
writeln("woomy irl");
}