Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfpessoa/be9ec1aa6b38344abfa2 to your computer and use it in GitHub Desktop.
Save rtfpessoa/be9ec1aa6b38344abfa2 to your computer and use it in GitHub Desktop.
Hello World!?
#include<stdio.h>
main()
{
// this is a comment \
printf("Hello World");
}
public class HelloWorld {
public static void main(String... args) {
// The comment below is no typo.
// \u000d System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment