mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-16 08:36:50 +01:00
add Go lang examples
This commit is contained in:
18
README.md
18
README.md
@@ -50,7 +50,25 @@ How to run:
|
||||
./generate-source-code.sh
|
||||
./compile-source-code.sh
|
||||
./download
|
||||
|
||||
Go language
|
||||
-----------
|
||||
|
||||
Go examples based on: https://golang.org/
|
||||
|
||||
### 01-hello ###
|
||||
|
||||
How to run:
|
||||
|
||||
cd 01-hello
|
||||
go run hello.go
|
||||
|
||||
### 02-conway ###
|
||||
|
||||
How to run
|
||||
|
||||
cd 02-conway
|
||||
go run conway.go
|
||||
|
||||
GTK+
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user