Skip to content

Instantly share code, notes, and snippets.

@Arpit360
Created October 12, 2015 13:03
Show Gist options
  • Save Arpit360/3a06cd0df9c20d885100 to your computer and use it in GitHub Desktop.
Save Arpit360/3a06cd0df9c20d885100 to your computer and use it in GitHub Desktop.
Last login: Mon Oct 12 17:41:25 on ttys000
mac360-xamarins-Mac-mini:~ mac360xamarin$ mono --version
Mono JIT compiler version 4.2.1 (explicit/d8b68fd Thu Oct 8 11:22:40 EDT 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: yes(3.6.0svn-mono-(detached/a173357)
GC: sgen
mac360-xamarins-Mac-mini:~ mac360xamarin$ mcs ~/Projects/TestProgram/TestProgram/Program.cs
mac360-xamarins-Mac-mini:~ mac360xamarin$ mono ~/Projects/TestProgram/TestProgram/Program.exe
TEST
0
1
2
TEST2
0
1
2
mac360-xamarins-Mac-mini:~ mac360xamarin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment