8 lines
No EOL
74 B
Text
8 lines
No EOL
74 B
Text
// "log" is reserved
|
|
def log() {
|
|
return;
|
|
}
|
|
|
|
def main() {
|
|
return;
|
|
} |