# Aaah!

## Question

{% embed url="<https://open.kattis.com/problems/aaah>" %}

## Solution

### Idea

This is a pretty easy question. If the length of line 1 is bigger than or equal to the length of line 2, output `go`. Otherwise, output `no`.

### Code

{% @github-files/github-code-block url="<https://github.com/mendax1234/Coding-Problems/blob/main/kattis/aaah/aaah.c>" %}
