mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Improved logger whilst debugger is active
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
func main()
|
||||
{
|
||||
int a
|
||||
a = 65465
|
||||
int a = 65465
|
||||
|
||||
int b
|
||||
b = 6
|
||||
int b = 6
|
||||
|
||||
return a + b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user