Compare commits
	
		
			No commits in common. "59d332e157afe5ee9f1beacb110ab34c6d86b4ff" and "d47a243bf3a8302e641f2590c255b67186f1f433" have entirely different histories.
		
	
	
		
			59d332e157
			...
			d47a243bf3
		
	
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,5 +1,4 @@
 | 
				
			||||||
#all regularly compiled binaries
 | 
					#all regularly compiled binaries
 | 
				
			||||||
echo
 | 
					 | 
				
			||||||
helloworld
 | 
					helloworld
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Haskell
 | 
					#Haskell
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
|------------|-------------|------|----------|-------------|----------------|----------|
 | 
					|------------|-------------|------|----------|-------------|----------------|----------|
 | 
				
			||||||
| ALGOL      |             |      |          |             |                |          |
 | 
					| ALGOL      |             |      |          |             |                |          |
 | 
				
			||||||
| BASIC      |             |      |          |             |                |          |
 | 
					| BASIC      |             |      |          |             |                |          |
 | 
				
			||||||
| C          | Done        | Done |          |             |                |          |
 | 
					| C          | Done        |      |          |             |                |          |
 | 
				
			||||||
| C#         | Done        |      |          |             |                |          |
 | 
					| C#         | Done        |      |          |             |                |          |
 | 
				
			||||||
| C++        | Done        |      |          |             |                |          |
 | 
					| C++        | Done        |      |          |             |                |          |
 | 
				
			||||||
| COBOL      | Done        |      |          |             |                |          |
 | 
					| COBOL      | Done        |      |          |             |                |          |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								c/echo.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								c/echo.c
									
									
									
									
									
								
							| 
						 | 
					@ -1,6 +0,0 @@
 | 
				
			||||||
#include <stdio.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
int main( int argc, char *argv[] ) {
 | 
					 | 
				
			||||||
	printf("Echo: %s\n", argv[1]);
 | 
					 | 
				
			||||||
	return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
#include <stdio.h>
 | 
					//compiles and runs successfully
 | 
				
			||||||
 | 
					#include<stdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int main() {
 | 
					int main() {
 | 
				
			||||||
	printf("Hello World!\n");
 | 
						printf("Hello World!\n");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user