5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
#include "library.alpha"
|
|
entry(arg) := {
|
|
return 0;
|
|
}
|