Restructuring tests
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# File: HelloWorld.py
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello world!' in python.
|
||||
#
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello, World!' in python.
|
||||
#
|
||||
# Package: AniNIX/HelloWorld
|
||||
# Copyright: WTFPL
|
||||
#
|
||||
#
|
||||
# Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
|
||||
### String to print
|
||||
_helloWorld='Hello world!'
|
||||
### String to print
|
||||
_helloWorld='Hello, World!'
|
||||
|
||||
### <summary>
|
||||
### Prints 'Hello world!'
|
||||
### Prints 'Hello, World!'
|
||||
### </summary>
|
||||
def PrintHelloWorld():
|
||||
def PrintHelloWorld():
|
||||
print(_helloWorld)
|
||||
|
||||
### Main
|
||||
|
||||
Reference in New Issue
Block a user