1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorials: update markdown guide (#5589)

This commit is contained in:
Lukas Neubert
2020-07-01 00:45:19 +02:00
committed by GitHub
parent d40334fe9d
commit 81e4d3fd09
2 changed files with 27 additions and 35 deletions

View File

@ -11,7 +11,3 @@ pub fn (app &App) find_all_articles() []Article {
select from Article
}
}