diff options
author | pommicket <pommicket@gmail.com> | 2021-11-17 22:37:31 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-17 22:37:31 -0500 |
commit | 3922fc11cde176e41c98a73f88e5552736b13e2f (patch) | |
tree | 09fdbd834af1614456c3fdfc06cf8a038cc741fe /04a/in04a | |
parent | b48712f9c9d7a380fe6a494db7ec9580f9314558 (diff) |
simple preprocessor
Diffstat (limited to '04a/in04a')
-rw-r--r-- | 04a/in04a | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ -#define A 777 -#define B 226 -A+B +A+B=hello A adfhsakjfhjksah+B +#define COLON d1 +#define SEMICOLON d2 +#define COMMA d3 + +A=COLON +1B=A |