mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Made the outputted .exe be run on built
Outputs the exit code of the process as that is currently the only way to output information with the language.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
func main()
|
||||
{
|
||||
int a
|
||||
a = 783412
|
||||
a = 7834
|
||||
|
||||
int b
|
||||
b = 6
|
||||
|
||||
Reference in New Issue
Block a user