codice:
#include <stdio.h>

int main() {
        char c = 's';
        printf ("%d", c);
        return (0);
}