Skip to content

Instantly share code, notes, and snippets.

@jacekbartek
Created August 23, 2016 13:11
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 jacekbartek/8d851da7200ed0e82f976071df343272 to your computer and use it in GitHub Desktop.
Save jacekbartek/8d851da7200ed0e82f976071df343272 to your computer and use it in GitHub Desktop.
1.C
#include <stdio.h>
int main(void)
{
printf("Community <3 DevDay");
return 0;
}
2.Tcl
puts {Community <3 DevDay}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment