Skip to content

Commit

Permalink
Delete random examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-quinn committed Jun 27, 2023
1 parent 27b7187 commit 9748e95
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 329 deletions.
42 changes: 0 additions & 42 deletions examples/features.sloth

This file was deleted.

90 changes: 0 additions & 90 deletions examples/fib.sloth

This file was deleted.

14 changes: 0 additions & 14 deletions examples/fib_gen.sloth

This file was deleted.

7 changes: 0 additions & 7 deletions examples/fib_rec.sloth

This file was deleted.

2 changes: 1 addition & 1 deletion examples/hello.sloth
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foreign fn print(x: String) Void;

fn main() Int {
print("gaming\n");
print("Hello World\n");
return 0;
}
11 changes: 0 additions & 11 deletions examples/hello2.sloth

This file was deleted.

56 changes: 0 additions & 56 deletions examples/ui.sloth

This file was deleted.

108 changes: 0 additions & 108 deletions examples/webserver.sloth

This file was deleted.

0 comments on commit 9748e95

Please sign in to comment.