Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## C Compile
- $ gcc main.c -o HelloWorldC
- $ ./HelloWorldC
- ## C++ Compile
- $ g++ main.cpp -o HelloWorldCPP
- $ ./HelloWorldC
- ## Java Compile
- $ javac HelloWorldJ.java
- $ java HelloWorldJ
- $ java -jar HelloWorldJ.jar // Eclipse export to jar
Advertisement
Add Comment
Please, Sign In to add comment