small fixes

This commit is contained in:
Kolan Sh 2014-11-07 19:24:20 +03:00
parent 5233bd5928
commit 7d5300f6dc
1 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@ void main() {
time.attach(loop.get_context());
loop.run();
}
stdout.puts ("Call MainLoop.run ():\n");
loop.run(); // blocking method
stdout.puts ("End of main().\n");
}