return example
This commit is contained in:
		
							
								
								
									
										8
									
								
								c-basic/return_example_001.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								c-basic/return_example_001.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
  printf("I'm main\n");
 | 
			
		||||
 | 
			
		||||
  return 0; // with or without same effect
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user