1 2 3 4 5 6 7 8 9
#include <GenericsLibrary/ostream.nhh> let main() { let io := 0; io := ostream{}; let arr := io.read(0, 0); return arr; }