Skip to content

Instantly share code, notes, and snippets.

@msAzhar
Last active November 6, 2017 17:08
Show Gist options
  • Select an option

  • Save msAzhar/32c6065e8e7a4c282be6da4a0f5d6f82 to your computer and use it in GitHub Desktop.

Select an option

Save msAzhar/32c6065e8e7a4c282be6da4a0f5d6f82 to your computer and use it in GitHub Desktop.
программка "Привет, Си"
#include <stdio.h>
main(){
printf("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment