Advertisement
JaveneCPPMcgowan

First Test

Feb 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include "/sdcard/_+"
  2. //#include <stdio.h>
  3. #include LINUX_LIB(io.h)
  4. //#include <fcntl.h>
  5.  
  6. int main()
  7. {
  8.  namespace linux = Jav::Linux;
  9.  
  10.  bool s;;
  11.  linux::terminal >> s;
  12.  linux::terminal << s;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement