mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
5 lines
50 B
Python
5 lines
50 B
Python
|
#!/usr/bin/python2
|
||
|
|
||
|
import sys
|
||
|
print(sys.version)
|