hello.el (177B)
- ; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- ; SPDX-License-Identifier: BSD-3-Clause
- (defun hello()
- (princ "Hello, World!\n")
- )
- (hello)
git clone https://anongit.hacktivis.me/git/deblob.git/
hello.el (177B)
- ; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- ; SPDX-License-Identifier: BSD-3-Clause
- (defun hello()
- (princ "Hello, World!\n")
- )
- (hello)