Unicode variable names: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|C}}: Remove vanity tags)
Line 136:
'''IMPORTANT''' : This implementation works, but it has been tested with clang 3.8.0, in order for the code to compile and run properly you must ensure that the file is saved in Unicode and you are using the correct compiler. Not doing either one of them will result in errors.
<lang C>
/*Abhishek Ghosh, 5th October 2017*/
 
#include<stdio.h>
 
10,327

edits