tracks/cfml/exercises/hello-world/HelloWorld.cfc in trackler-2.2.1.104 vs tracks/cfml/exercises/hello-world/HelloWorld.cfc in trackler-2.2.1.105
- old
+ new
@@ -4,10 +4,10 @@
component {
/**
* @returns A string greeting the world
*/
- function helloWorld() {
+ function hello() {
return '';
}
}
\ No newline at end of file