Add ATS2 (#767)
This commit is contained in:
@@ -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!
|
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (662 total)
|
## Languages (663 total)
|
||||||
|
|
||||||
* [05Ab1E](%23/05AB1E)
|
* [05Ab1E](%23/05AB1E)
|
||||||
* [0815](%23/0815.0815)
|
* [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 Knightos](a/assembler_z80_knightos.asm)
|
||||||
* [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm)
|
* [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm)
|
||||||
* [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm)
|
* [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm)
|
||||||
|
* [ATS2](a/ATS2.dats)
|
||||||
* [Attache](a/Attache.%40)
|
* [Attache](a/Attache.%40)
|
||||||
* [Autohotkey](a/autohotkey.ahk)
|
* [Autohotkey](a/autohotkey.ahk)
|
||||||
* [Autoit](a/autoit.au3)
|
* [Autoit](a/autoit.au3)
|
||||||
|
|||||||
4
a/ATS2.dats
Normal file
4
a/ATS2.dats
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
val _ =
|
||||||
|
print ("Hello world\n")
|
||||||
|
|
||||||
|
implement main0 () = ()
|
||||||
Reference in New Issue
Block a user