presentations/highlight-js/test/markup/cs/floats.txt

4 lines
No EOL
73 B
Text

float test = 1.0f;
float test2 = 1.f;
float test3 = 1.0;
float test4 = 1;