hello world example / 2025 examples
This commit is contained in:
		
							
								
								
									
										8
									
								
								c-basic/hello.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								c-basic/hello.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
  printf("Hello C Programming Language 2025 Examples");
 | 
			
		||||
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user