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