hello
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
2024-10-29  Mert Gör  <mertgor@masscollabs.xyz>
 | 
			
		||||
 | 
			
		||||
	* c-basic/hello.c (main): Hello World Example which is forgotten at start
 | 
			
		||||
 | 
			
		||||
	* c-basic/hex.c: Experımental Branch page 21
 | 
			
		||||
 | 
			
		||||
	#include <stdio.h>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										7
									
								
								c-basic/hello.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								c-basic/hello.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
  printf("Hell C World \n");
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user