7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
|
#include "bank_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
BANK_CreateTables();
|
||
|
}
|