# Bitte ein Bit

## Question

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

## Solution

### Idea

**Time Complexity**: $$O(1)$$

This is a purely give-away question. Nothing to say. Just print the first character of your input suffices.

### Code

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