Add ABS, Cadence, Cone, daScript, dg, oK, Pikelet!, TopShell, Asteria, Tabloid, One, Qi, Retina, Charly, Dictu, Millfork, Minecraft Script, Mokkosu, Morloc, WurstScript, うんちく, Mind, Sawa, Xtal (#1434)
* Add ABS, Cadence, Cone, daScript, dg, oK, Pikelet!, TopShell . * Fix author name of workflow * Add Asteria and Tabloid * Add Asteria and Tabloid * Add One and Qi * Add Retina * Add Charly, Dictu, Millfork, Minecraft Script, Mokkosu, Morloc, WurstScript * Add うんちく and Mind * Add Sawa * Update Mokkosu.mok * Update Asteria * Add Xtal Co-authored-by: gnuhead-chieb <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
10
c/Cadence.cdc
Normal file
10
c/Cadence.cdc
Normal file
@@ -0,0 +1,10 @@
|
||||
access(all) contract HelloWorld {
|
||||
access(all) let greeting: String
|
||||
init() {
|
||||
self.greeting = "Hello World"
|
||||
}
|
||||
|
||||
access(all) fun hello(): String {
|
||||
return self.greeting
|
||||
}
|
||||
}
|
||||
1
c/Charly.ch
Normal file
1
c/Charly.ch
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello World")
|
||||
4
c/Cone.cone
Normal file
4
c/Cone.cone
Normal file
@@ -0,0 +1,4 @@
|
||||
import stdio::*
|
||||
|
||||
fn main():
|
||||
print <- "Hello World"
|
||||
Reference in New Issue
Block a user