Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
🔖 v0.1.6
  • Loading branch information
redocmath authored Oct 3, 2023
2 parents e274f56 + 67ffa24 commit b7c97c6
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 97 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
[![Badge](https://img.shields.io/badge/Slack-Join_our_chat-critical.svg?link=https://join.slack.com/t/wopslangcommunity/shared_invite/zt-nkcy12cy-n8YlAPnOT~ErPODF6k3jOw&logo=slack)](https://join.slack.com/t/wopslangcommunity/shared_invite/zt-nkcy12cy-n8YlAPnOT~ErPODF6k3jOw)

```go
func<WholeNewWorld> Wopslang(contributors) {
int newIdea = 0
for i in contributors $
newIdea += 100
;
return bindAll(newIdea, Whops)
func<people WholeNewWorld> Wopslang = {contributors, {
int newIdea = 0
for i in contributors $
newIdea += 100
;
return bindAll(newIdea, Whops)
}
}
```

Expand Down
Loading

0 comments on commit b7c97c6

Please sign in to comment.