this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README

+2 -2
+2 -2
README.md
··· 30 30 will be found and run as a test. 31 31 32 32 ```gleam 33 - pub fn the_universe_test() { 34 - let assert 1 = 1 33 + pub fn some_function_test() { 34 + assert some_function() == "Hello!" 35 35 } 36 36 ``` 37 37