#!/usr/bin/env /friends/bin/cscript #include int main() { int i; sscanf("1️⃣", "%d", &i); printf("%d\n", i); return 0; }