Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 authored Jul 11, 2024
1 parent cf72342 commit 63b5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mothc [-v] [-n] [--no-advanced-ir-opt] [--moth-libs <paths>] [--c-libs <paths>]
### Hello World
The following is a minimal example that prints "Hello World!" to the terminal.
```
// HelloWorld.moth
// main.moth
namespace hello; // all files must belong to a namespace
with core; // we are using the core namespace in this file, so we declare our usage here
Expand Down

0 comments on commit 63b5dba

Please sign in to comment.