Mercurial > lcfOS
view user/console.c3 @ 335:582a1aaa3983
Added long branch format
author | Windel Bouwman |
---|---|
date | Mon, 17 Feb 2014 20:41:30 +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); } }