SIGTERM is now a thing but there's no use of it

This commit is contained in:
minjaesong
2021-04-23 14:24:15 +09:00
parent 6902cb27ec
commit 04cafea3c5
3 changed files with 43 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
println("This program attemps to read a string and returns it verbatim. If the underlying shell is not insane, errorlevel must be 0.\nNow, let's put this to the test...");
print("Your word? ");
return read();