Mercurial > lcfOS
view user/console.c3 @ 404:a284749c5729
Improved build scripts
author | Windel Bouwman |
---|---|
date | Thu, 19 Feb 2015 14:08:17 +0100 |
parents | 084cccaa5deb |
children |
line wrap: on
line source
module console; import ipc; function void main() { while(true) { var ipc.Msg msg; ipc.receive_message(&msg); } }