Skip to content

Commit

Permalink
IO::readline() function on SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 16, 2021
1 parent a02ba7f commit 3349943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/librishka/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class IO {
static void printn(i64 number);
static void printd(double number);
static rune readch();
static string readline();
};

#endif

0 comments on commit 3349943

Please sign in to comment.