#include <iostream> int main() { int ch = '\v'; std::cout << std::hex << ch << std::endl; return 0;}
Standard input is empty
b
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!