mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
5 lines
44 B
Text
5 lines
44 B
Text
|
function RIGHT()
|
||
|
{
|
||
|
return 'ChangeMe';
|
||
|
}
|