https://github.com/mte90/guess-the-number
QT demo in C++, Rust and Go
https://github.com/mte90/guess-the-number
c-plus-plus golang hacktoberfest rust
Last synced: about 1 month ago
JSON representation
QT demo in C++, Rust and Go
- Host: GitHub
- URL: https://github.com/mte90/guess-the-number
- Owner: Mte90
- License: gpl-3.0
- Created: 2016-06-21T17:18:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T08:52:48.000Z (over 3 years ago)
- Last Synced: 2025-04-02T01:49:56.934Z (about 1 year ago)
- Topics: c-plus-plus, golang, hacktoberfest, rust
- Language: Makefile
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# What?
[](http://www.gnu.org/licenses/gpl-3.0)

## Qt-C++
That version require QtCreator or qmake to compile.
## Qt-Rust
```
sudo apt-get install qt5-default qttools5-dev
cargo run --bin guess
```
## Qt-Go
```go
go run cmd/guess/main.go
```