Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvolvingPrograms/turing
/ LOG
Function
LOG
src/test.ts:24–29 ·
view source on GitHub ↗
(txt: string)
Source
from the content-addressed store, hash-verified
22
let
OUTPUT =
""
;
23
24
function
LOG(txt: string) {
25
if
(txt) {
26
OUTPUT += txt+
"\n"
;
27
console.log(txt);
28
}
29
}
30
31
// Evaluator
32
// ---------
Callers
1
runFullChallenge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected