diff options
author | pommicket <pommicket@gmail.com> | 2022-01-07 14:31:52 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-01-07 14:31:52 -0500 |
commit | e52793324a9f693ec8b5d218d99b7d2577f3f614 (patch) | |
tree | f514a93ccd2c9552d19fa858626232141420122f /04a/in04a | |
parent | fbe3f4e701adcf5ef8707d5b56ec3b179b942e71 (diff) |
finished preprocessor
Diffstat (limited to '04a/in04a')
-rw-r--r-- | 04a/in04a | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #define H Hello, -#define W world +#include test_inc H W! |