[svn r22] * Forgot to add std.stdio

This commit is contained in:
Tomas Lindquist Olsen
2007-10-04 01:47:53 +02:00
parent b7650a7ae6
commit 8004219a69
5 changed files with 32 additions and 17 deletions

View File

@@ -3,6 +3,4 @@ import std.stdio;
void main() {
writefln("Hello world!"[]);
print(42);
printf("\n");
}