test 5
can you believe how many times ive had to test this?
This commit is contained in:
parent
3b95f9ec4e
commit
cfc17e4bc9
2 changed files with 2 additions and 1 deletions
2
dub.sdl
2
dub.sdl
|
@ -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"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import std.stdio;
|
import std.stdio;
|
||||||
|
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
writeln("woomy irl");
|
writeln("woomy irl");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue