diff options
author | Julien Dessaux | 2021-10-04 00:38:47 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-04 00:38:47 +0200 |
commit | 1eba1f0185eb9709310f209ec435f1ada28ac2bd (patch) | |
tree | 1801f317ed20e2e19f08a5b8f5b47128cab195b4 /examples | |
parent | Implemented the funge stack (diff) | |
download | nimfunge98-1eba1f0185eb9709310f209ec435f1ada28ac2bd.tar.gz nimfunge98-1eba1f0185eb9709310f209ec435f1ada28ac2bd.tar.bz2 nimfunge98-1eba1f0185eb9709310f209ec435f1ada28ac2bd.zip |
Improved code coverage of field module
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello2.b98 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello2.b98 b/examples/hello2.b98 index c8a0ff9..aa30e6d 100644 --- a/examples/hello2.b98 +++ b/examples/hello2.b98 @@ -1,2 +1,2 @@ - v - @ > #;>:#,_e-j; "Hello world!"da< + v + @ > #;>:#,_e-j; "Hello world!"da< |