From 6ed9a9699997a2853ec1c9e91747c251e5cfc97b Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 15 Jun 2014 03:50:43 +0200 Subject: damn --- ccc/to_hex.cc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ccc/to_hex.cc (limited to 'ccc/to_hex.cc') diff --git a/ccc/to_hex.cc b/ccc/to_hex.cc deleted file mode 100644 index 6e577dc..0000000 --- a/ccc/to_hex.cc +++ /dev/null @@ -1,14 +0,0 @@ -#include - -using namespace std; - - -int main(void) -{ - int r = 116; - int g = 10; - int b = 10; - - cout << hex << r << " " << g << " " << b << endl; -} - -- cgit v1.2.3