mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 03:16:53 +00:00
6 lines
84 B
Python
6 lines
84 B
Python
def main():
|
|
print("Hello from v2rayn!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|