Skip to content

Uliboooo/get_input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

仕様

stdinで得た値をString型で返します。

get user's input. return String.

how to get input without message.

let input = get_input("");

how to get input with message.

let input = get_input("please title>");
// 👇console
please title>foo 👈foo is user's input.
// input == "foo"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages