From 66630e4154b7c1c47d6223fe5a8607cd269446a0 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 23 Oct 2009 20:43:48 +0200 Subject: Some changes, and implemented rm in userland shell. --- Source/Applications/SampleApps/cxxdemo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Applications/SampleApps') diff --git a/Source/Applications/SampleApps/cxxdemo.cpp b/Source/Applications/SampleApps/cxxdemo.cpp index cf297ec..b9439ce 100644 --- a/Source/Applications/SampleApps/cxxdemo.cpp +++ b/Source/Applications/SampleApps/cxxdemo.cpp @@ -4,6 +4,7 @@ #include int main() { + outvt << "Enter some text plz : "; String s = invt.readLine(); outvt << s; Thread t = Thread::get(); -- cgit v1.2.3