Mercurial > lcfOS
view user/console.c3 @ 379:78c27013f02e
Removed old recipes
author | Windel Bouwman |
---|---|
date | Fri, 18 Apr 2014 11:20:11 +0200 |
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); } }