Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. pi@raspberrypi ~/Projects/Test $ mcs Program.cs
  2. Program.cs(31,27): warning CS1998: Async block lacks `await' operator and will run synchronously
  3. Compilation succeeded - 1 warning(s)
  4. pi@raspberrypi ~/Projects/Test $ mono Program.exe
  5. Created watcher for /tmp/tmp455369c9.tmp
  6. Changed: '/tmp/tmp455369c9.tmp', type: Changed
  7. 0Changed: '/tmp/tmp455369c9.tmp', type: Changed
  8. 01Changed: '/tmp/tmp455369c9.tmp', type: Changed
  9. 012Changed: '/tmp/tmp455369c9.tmp', type: Changed
  10. 0123Changed: '/tmp/tmp455369c9.tmp', type: Changed
  11. 01234Changed: '/tmp/tmp455369c9.tmp', type: Changed
  12. 012345Changed: '/tmp/tmp455369c9.tmp', type: Changed
  13. 0123456Changed: '/tmp/tmp455369c9.tmp', type: Changed
  14. 01234567Changed: '/tmp/tmp455369c9.tmp', type: Changed
  15. 012345678pi@raspberrypi ~/Projects/Test $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement