mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 11:26:54 +00:00
7 lines
84 B
Python
7 lines
84 B
Python
![]() |
def main():
|
||
|
print("Hello from v2rayn!")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|