forked from indraai/language-feecting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelloWorld.feecting
51 lines (39 loc) · 1.6 KB
/
HelloWorld.feecting
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Hello World
## DISCLAIMER
> This is my Hello World program
// VARIABLES
$FEECTING = https://github.com/indraai/language-feecting/
@indra = https://github.com/indraai
-- BEGIN:OUTLINE
1. Who? @indra
2. What? Hello World
3. When? Right NOW
4. Where? Online
5. Why? Cause it's cool
-- END:OUTLINE
-- BEGIN:PROGRAM
Hello World... I'm @indra
-- END:PROGRAM
-- BEGIN:META
Title: Hello World
Version: 1.1
Author: Quinn Michaels
Date: Feb 7, 2021
Copyright: Copyright (c)2021 Quinn Michaels. All Rights Reserved
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this PROGRAM and associated documentation files (the "PROGRAM"),
to deal in the PROGRAM without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the PROGRAM, and to permit persons to whom the PROGRAM
is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the PROGRAM.
THE PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE PROGRAM OR THE USE OR
OTHER DEALINGS IN THE PROGRAM.
-- END:META