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 docs.json
__dummy.html __dummy.html
docs/ docs/
out/*
# INTELLIJ # INTELLIJ
*.iml *.iml

View file

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