Last active
December 17, 2019 14:07
-
-
Save chessai/aa09b7b240460184918da660569aa714 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
{-# LANGUAGE CPP #-} | |
#define InnieOuttie IO | |
#define class module | |
#define begin where | |
#define mayo main | |
#define memo putStrLn | |
#define end -- | |
#define void () | |
#define is :: | |
#define equals_equals == | |
#define equals = | |
#define STR(x) ("x") | |
class Example begin | |
mayo is InnieOuttie void | |
mayo equals memo STR(Hello, World!) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinful.