Improved logger whilst debugger is active

This commit is contained in:
Pasha Bibko
2025-05-08 14:45:44 +01:00
parent 094101ffdd
commit 141bb1530b
3 changed files with 15 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
func main()
{
int a
a = 65465
int a = 65465
int b
b = 6
int b = 6
return a + b
}