diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ The compiled Mint file is placed in `/_build`. If your file was named `something ## Example program ```mint -@mint.lang.StdIO; +@mint.lang.StdIO; // Load the (built-in) StdIO module global version = "1.1"; // Global variables const amigood = true; // Local constants |