mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
						commit
						183047e64f
					
				@ -31,7 +31,7 @@ Instructions about how to build and install the Solidity compiler can be found i
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
A "Hello World" program in Solidity is of even less use than in other languages, but still:
 | 
					A "Hello World" program in Solidity is of even less use than in other languages, but still:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```solidity
 | 
				
			||||||
pragma solidity ^0.5.0;
 | 
					pragma solidity ^0.5.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
contract HelloWorld {
 | 
					contract HelloWorld {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user