diff --git a/template/index.html b/template/index.html index 9318db1..eaf2e74 100644 --- a/template/index.html +++ b/template/index.html @@ -12,7 +12,7 @@
def hello(var name) {
- print('Hello', name);
+ print('Hello! ', name);
}
hello('World');
@@ -41,9 +41,9 @@ Object-oriented
+