feat: finish multi lnaguage support
This commit is contained in:
10
example-project/languages/python-lang.py
Normal file
10
example-project/languages/python-lang.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
|
||||
# cc:main function
|
||||
def main(argv=None):
|
||||
if argv is None:
|
||||
argv = sys.argv
|
||||
|
||||
print "Hello, world"
|
||||
|
||||
return
|
||||
Reference in New Issue
Block a user