mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
5 lines
44 B
Text
5 lines
44 B
Text
|
function RIGHT()
|
||
|
{
|
||
|
return 'ChangeMe';
|
||
|
}
|