#include int uwu() { return 1; } int main(int argc, char **argv) { printf("%d", uwu()); return 0; }