diff options
Diffstat (limited to '')
-rw-r--r-- | examples/macros/hello.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/macros/hello.js b/examples/macros/hello.js new file mode 100644 index 000000000..80ea9ba03 --- /dev/null +++ b/examples/macros/hello.js @@ -0,0 +1,4 @@ +import { dogeify } from "macro:./dogeify"; + +const wow = dogeify`Call #1!`; +const suchDoge = dogeify`Call #2!`; |