diff options
Diffstat (limited to 'docs/pages/1-creating-your-first-program.md')
| -rw-r--r-- | docs/pages/1-creating-your-first-program.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md index 75c5081..1dacb82 100644 --- a/docs/pages/1-creating-your-first-program.md +++ b/docs/pages/1-creating-your-first-program.md @@ -250,6 +250,8 @@ Hello, World! ~> your-bin greet Alice Hello, Alice! ``` + + At this point, you have successfully created a basic **Mingling** command-line program. The next chapter will explain how to implement a fallback mechanism for your command-line program to handle cases where a command or renderer does not exist. <p align="center" style="font-size: 0.85em; color: gray;"> Written by @Weicao-CatilGrass |
