// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { const char *str = getprogname(); return str[0]; }