{}
run-icon
main.c
#include <stdio.h> #define tokiory "Даниил" int main() { printf("Привет, меня зовут %s", tokiory); return 0; }
Output