feat/start
rsc 2007-08-08 08:44:11 +00:00
parent af689dcf7e
commit e695b849af
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
int
main(void)
{
fork();
exit();
fork();
exit();
}