Skip to content

Commit 5bd6e4f

Browse files
author
aheinze
committed
hello world example fixed
1 parent 5b35941 commit 5bd6e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
glue("route")->get("/", function(){
99

10-
echo "Hello world"
10+
echo "Hello world";
1111
});
1212

1313
//--

0 commit comments

Comments
 (0)