valeri/src/lineedit.hpp

6 lines
97 B
C++

#pragma once
#include "result.hpp"
class String;
Result<String> read_line(const char* prompt);