valeri/src/lineedit.hpp

7 lines
97 B
C++
Raw Normal View History

2024-08-26 12:16:05 +00:00
#pragma once
#include "result.hpp"
class String;
Result<String> read_line(const char* prompt);