This commit is contained in:
Haz
2020-07-15 05:57:10 +02:00
committed by GitHub
parent 1755db21e8
commit dda78dbcf6
2 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (662 total)
## Languages (663 total)
* [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815)
@@ -108,6 +108,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Assembler Z80 Knightos](a/assembler_z80_knightos.asm)
* [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm)
* [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm)
* [ATS2](a/ATS2.dats)
* [Attache](a/Attache.%40)
* [Autohotkey](a/autohotkey.ahk)
* [Autoit](a/autoit.au3)

4
a/ATS2.dats Normal file
View File

@@ -0,0 +1,4 @@
val _ =
print ("Hello world\n")
implement main0 () = ()