Mercurial > games > semicongine
comparison README.md @ 1302:4f1c3994009d
add: some words to trigger CI docs
author | sam <sam@basx.dev> |
---|---|
date | Tue, 06 Aug 2024 23:43:27 +0700 |
parents | bf92a730c83a |
children |
comparison
equal
deleted
inserted
replaced
1301:bf92a730c83a | 1302:4f1c3994009d |
---|---|
34 settings API with hot-reloading | 34 settings API with hot-reloading |
35 | 35 |
36 ## Hello world example | 36 ## Hello world example |
37 | 37 |
38 Attention, this project is not optimized for "hello world"-scenarios, so you | 38 Attention, this project is not optimized for "hello world"-scenarios, so you |
39 have quite a few lines to get something to display: | 39 have to write quite a few lines to get something to display: |
40 | 40 |
41 ```nim | 41 ```nim |
42 | 42 |
43 import semicongine | 43 import semicongine |
44 | 44 |