Skip to content

Instantly share code, notes, and snippets.

@canberkozer
Last active November 11, 2019 03:04
Show Gist options
  • Save canberkozer/996349f40b69a4ad5260871071e00e2c to your computer and use it in GitHub Desktop.
Save canberkozer/996349f40b69a4ad5260871071e00e2c to your computer and use it in GitHub Desktop.
C Sytax 1
#include <stdio.h>
int main(){
//Bu bir tekli yorum satırıdır.
/*
Burası çoklu yorum satırıdır.
Ayrıca ana kodlar main fonksiyonunun içine yazılır
*/
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment