Current section

Files

Jump to
chatbot src chatbot.gleam
Raw

src/chatbot.gleam

import gleam/io
pub fn main() {
io.println("Hello from chatbot!")
}