Created
May 21, 2019 21:41
-
-
Save denisshevchenko/c01f8a944bed095b96f8b78564253980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usepackage[skins]{tcolorbox} | |
... | |
\begin{lstlisting}[language=Haskell,escapechar=?] | |
main :: IO () | |
main = do | |
putStrLn "Hi man!" | |
?\colorbox{red}{n <- getLine}? | |
print n | |
\end{lstlisting} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment