can you believe how many times ive had to test this?
This commit is contained in:
reemo 2024-11-27 09:01:58 -06:00
parent 3b95f9ec4e
commit cfc17e4bc9
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name "iirc" name "iirc"
description "irc gateway for flashii chat" description "irc gateway for flashii chat"
authors "reemo" authors "reemo"
license "proprietary" license "CC0"

View file

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