diff options
| author | 2022-08-31 18:11:56 +0200 | |
|---|---|---|
| committer | 2022-08-31 18:11:56 +0200 | |
| commit | 25238202a22997564f69e8760b3754154d3d8228 (patch) | |
| tree | f098f377971d1a1f379f18ee6e4efb1f32ccd4e2 /examples/hello-world.cff | |
| parent | d983bd27b9175340e6b03d11759fba4366179ae1 (diff) | |
remove nesemu1
Diffstat (limited to 'examples/hello-world.cff')
| -rw-r--r-- | examples/hello-world.cff | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello-world.cff b/examples/hello-world.cff index 8b81c17..1006c6a 100644 --- a/examples/hello-world.cff +++ b/examples/hello-world.cff @@ -3,4 +3,3 @@ import "libc.hff"; extern fn main(argc int, argv **u8) int { printf("hello world\n"); } - |