changeset 4141:eff97e234e66

<boily> rm bin/a{,.cpp}
author HackBot
date Fri, 06 Dec 2013 15:35:28 +0000
parents 6adc9658b827
children 6718c9d2595e
files bin/a bin/a.cpp
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file bin/a has changed
--- a/bin/a.cpp	Fri Dec 06 15:35:09 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#include <iostream>
-using namespace std;
-int main(void) {
-cout << "Hello, world!" << endl;
-return 0;
-}