diff --git a/a/Angular.js b/a/Angular.js index ccc364c5..adb1b8f7 100644 --- a/a/Angular.js +++ b/a/Angular.js @@ -1,2 +1,2 @@ $scope.$log = $log; -$scope.message = 'Hello World'; +$scope.message = "Hello World"; diff --git a/c/Cor.cor b/c/Cor.cor index 2f5e0534..dee43330 100644 --- a/c/Cor.cor +++ b/c/Cor.cor @@ -1 +1 @@ -func main() console.log('Hello World') +func main() console.log("Hello World") diff --git a/e/EmacsLisp.el b/e/EmacsLisp.el index 75137210..8a92f28e 100644 --- a/e/EmacsLisp.el +++ b/e/EmacsLisp.el @@ -1,3 +1 @@ -;;for emacs elisp - -(message "hello,world") +(message "Hello World")