Meta tweaks (#1048)

This commit is contained in:
MrBrain295 2021-06-03 07:03:10 +00:00 committed by GitHub
parent 516221af8d
commit a53b53f7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -1,2 +1,2 @@
$scope.$log = $log;
$scope.message = 'Hello World';
$scope.message = "Hello World";

View File

@ -1 +1 @@
func main() console.log('Hello World')
func main() console.log("Hello World")

View File

@ -1,3 +1 @@
;;for emacs elisp
(message "hello,world")
(message "Hello World")