Syntax highlighting for code
from tedu to test on 18 Aug 2023 17:09
https://azorius.net/g/test/p/lMwyg3mPBvS1ZvYCVs-Syntax-highlighting-for-code
from tedu to test on 18 Aug 2023 17:09
https://azorius.net/g/test/p/lMwyg3mPBvS1ZvYCVs-Syntax-highlighting-for-code
// this does something interesting
func oneofakind(a []string) map[string]bool {
seen := make(map[string]bool)
seen[""] = true
j := 0
for _, s := range a {
seen[s] = true
}
return seen
}
Me summarizing a day of work:
+ a line of code
- a bug
- two bugs
+ a fix
threaded - newest
@tedu
@tedu test 2 from gts
we got something.