7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
#include "bbs_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
bbs_select_entry(5);
|
||
|
}
|