fork download
#include <iostream>
using namespace std;

int main() {
	unsigned char test = 65;
	
	std:cout << "test: " << test << std::endl;
	return 0;
}
Success #stdin #stdout 0s 16048KB
stdin
Standard input is empty
stdout
test: A