You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ smol-dev-go -prompt="the app prints 'Hello World' in different languages based on user input" -target-dir="./generated_code" -verbose=true
$ cat generated_code_1/src/main.py
```python
from hello_world import print_hello_world
def main():
...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: