add source code of this project
This commit is contained in:
		
						commit
						e89b1ff2a4
					
				
							
								
								
									
										6
									
								
								lib/printer.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								lib/printer.cpp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,6 @@ | |||||||
|  | #include <iostream> | ||||||
|  | 
 | ||||||
|  | void print(std::string text) | ||||||
|  | { | ||||||
|  |     std::cout << text; | ||||||
|  | } | ||||||
							
								
								
									
										1
									
								
								lib/printer.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								lib/printer.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | |||||||
|  | void print(std::string text); | ||||||
							
								
								
									
										9
									
								
								src/main.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/main.cpp
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,9 @@ | |||||||
|  | #include <iostream> | ||||||
|  | #include "printer.h" | ||||||
|  | using namespace std; | ||||||
|  | 
 | ||||||
|  | int main(int argc, char** argv) | ||||||
|  | { | ||||||
|  |     print("Test"); | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user