Improved project file structure
This commit is contained in:
9
tests/generated/simple-console/src/main.py
Normal file
9
tests/generated/simple-console/src/main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from cpl_core.console import Console
|
||||
|
||||
|
||||
def main():
|
||||
Console.write_line('Hello World')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user