aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/simple/hello_world
AgeCommit message (Collapse)Author
6 daysupdate test-link to new std.Io APIAndrew Kelley
6 daysupdate remaining calls to std.Io.Threaded.initAndrew Kelley
6 daysstd: consolidate all instances of std.Io.Threaded into a singletonAndrew Kelley
It's better to avoid references to this global variable, but, in the cases where it's needed, such as in std.debug.print and collecting stack traces, better to share the same instance.
6 daysfix "hello world"Andrew Kelley
14K -> 57K
6 daystest: std.fs.File -> std.Io.FileAndrew Kelley
2025-09-18test: remove unnecessary @cImport usage in some standalone testsAlex Rønne Petersen
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2024-04-07Move "simple" standalone test cases to a new directoryCarl Åstholm